Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
exotic / dist / deps / index.d.ts
Size: Mime:
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';