Files
AFFiNE-Mirror/libs/utils/src/lodash.ts
2022-07-22 15:49:21 +08:00

25 lines
354 B
TypeScript

// eslint-disable-next-line no-restricted-imports
export {
debounce,
throttle,
cloneDeep,
isEqual,
sum,
has,
forEach,
upperFirst,
curry,
isFunction,
isString,
isPlainObject,
noop,
lowerFirst,
last,
first,
without,
difference,
escape,
countBy,
maxBy,
} from 'lodash-es';