@applicaster/zapp-react-native-utils
Version:
Applicaster Zapp React Native utilities package
45 lines (34 loc) • 634 B
text/typescript
export { chunk } from "./chunk";
export { times } from "./times";
export { startsWith } from "./startsWith";
export { find } from "./find";
export { pathOr } from "./pathOr";
export { path } from "./path";
export { omit } from "./omit";
export { endsWith } from "./endsWith";
export { take } from "./take";
export { mapAccum } from "./mapAccum";
export {
cloneDeep as clone,
flatten,
drop,
size,
isNil,
isEmpty,
get,
has,
flatMap,
difference,
pick,
map,
trim,
toString,
last,
toLower,
isEqual as equals,
uniqWith,
flowRight as compose,
partial,
reverse,
compact,
} from "lodash";