Repository URL to install this package:
|
Version:
1.2.8 ▾
|
export { default as forOwn } from 'lodash/forOwn';
export { default as merge } from 'chain-able-deps/dist/dopemerge';
export { filterWhere, mapArray } from 'chain-able-deps/dist/loop';
export { always, construct, includesCount, includesCount as getIncludesCount, curry, curry1, curry2, curry3, pipe, pipeTwo, identity, } from 'chain-able-deps/dist/fp';
export { matchDeepProp, matchPlainProp, matchUnsigned, matchInteger, matchNative, matchRegExpEscapable, matchTypedTag, matchUnicode, matchHex, } from 'chain-able-deps/dist/regexp';
export { values, zipFromArrayObj, zip, keys, keysObjOrArray, getPrototypeOf, defineFinal, freeze, size, size as toLength, lengthMinusOne, } from 'chain-able-deps/dist/util';
export declare const stringify: {
(value: any, replacer?: (key: string, value: any) => any, space?: string | number): string;
(value: any, replacer?: (string | number)[], space?: string | number): string;
};
export declare function wrapAttemptOr(fn: any): () => any[];
export { addPoolingTo } from 'chain-able-deps';
export { all, not, and, or, eq, some } from 'chain-able-deps/dist/conditional';
export { charCodeAtZero, firstToUpperCase, hasUnicode, escapeStringRegExp, replaceEscapedStar, } from 'chain-able-deps/dist/string';
export { FlatArrayPairs } from 'exotic-structures';
export { flatten, preAllocate } from 'chain-able-deps/dist/array';