@modern-js/utils 1.3.6 → 1.3.8-canary.0
Sign up to get free protection for your applications and to get access to all the features.
- package/.eslintrc.js +9 -0
- package/CHANGELOG.md +6 -0
- package/compiled/browserslist/index.d.ts +178 -0
- package/compiled/browserslist/index.js +1 -0
- package/compiled/browserslist/license +20 -0
- package/compiled/browserslist/package.json +1 -0
- package/compiled/chalk/index.d.ts +415 -0
- package/compiled/chalk/index.js +1 -0
- package/compiled/chalk/license +9 -0
- package/compiled/chalk/package.json +1 -0
- package/compiled/chokidar/anymatch/index.d.ts +19 -0
- package/compiled/chokidar/fsevents.node +0 -0
- package/compiled/chokidar/index.js +40 -0
- package/compiled/chokidar/license +21 -0
- package/compiled/chokidar/package.json +1 -0
- package/compiled/chokidar/types/index.d.ts +188 -0
- package/compiled/commander/index.js +1 -0
- package/compiled/commander/license +22 -0
- package/compiled/commander/package.json +1 -0
- package/compiled/commander/typings/index.d.ts +774 -0
- package/compiled/debug/index.d.ts +54 -0
- package/compiled/debug/index.js +1 -0
- package/compiled/debug/license +20 -0
- package/compiled/debug/ms/index.d.ts +25 -0
- package/compiled/debug/package.json +1 -0
- package/compiled/execa/index.d.ts +564 -0
- package/compiled/execa/index.js +1 -0
- package/compiled/execa/license +9 -0
- package/compiled/execa/package.json +1 -0
- package/compiled/filesize/filesize.d.ts +131 -0
- package/compiled/filesize/index.js +9 -0
- package/compiled/filesize/license +28 -0
- package/compiled/filesize/package.json +1 -0
- package/compiled/fs-extra/index.d.ts +563 -0
- package/compiled/fs-extra/index.js +1 -0
- package/compiled/fs-extra/license +15 -0
- package/compiled/fs-extra/package.json +1 -0
- package/compiled/glob/index.d.ts +91 -0
- package/compiled/glob/index.js +1 -0
- package/compiled/glob/license +21 -0
- package/compiled/glob/minimatch/index.d.ts +204 -0
- package/compiled/glob/package.json +1 -0
- package/compiled/gzip-size/index.d.ts +96 -0
- package/compiled/gzip-size/index.js +1 -0
- package/compiled/gzip-size/license +9 -0
- package/compiled/gzip-size/package.json +1 -0
- package/compiled/import-lazy/index.d.ts +26 -0
- package/compiled/import-lazy/index.js +1 -0
- package/compiled/import-lazy/license +9 -0
- package/compiled/import-lazy/package.json +1 -0
- package/compiled/js-yaml/index.d.ts +154 -0
- package/compiled/js-yaml/index.js +1 -0
- package/compiled/js-yaml/license +21 -0
- package/compiled/js-yaml/package.json +1 -0
- package/compiled/lodash/common/array.d.ts +2126 -0
- package/compiled/lodash/common/collection.d.ts +1930 -0
- package/compiled/lodash/common/common.d.ts +280 -0
- package/compiled/lodash/common/date.d.ts +23 -0
- package/compiled/lodash/common/function.d.ts +1446 -0
- package/compiled/lodash/common/lang.d.ts +1693 -0
- package/compiled/lodash/common/math.d.ts +405 -0
- package/compiled/lodash/common/number.d.ts +131 -0
- package/compiled/lodash/common/object.d.ts +2519 -0
- package/compiled/lodash/common/seq.d.ts +210 -0
- package/compiled/lodash/common/string.d.ts +788 -0
- package/compiled/lodash/common/util.d.ts +1220 -0
- package/compiled/lodash/index.d.ts +46 -0
- package/compiled/lodash/index.js +9 -0
- package/compiled/lodash/license +47 -0
- package/compiled/lodash/package.json +1 -0
- package/compiled/pkg-up/index.d.ts +48 -0
- package/compiled/pkg-up/index.js +1 -0
- package/compiled/pkg-up/license +9 -0
- package/compiled/pkg-up/package.json +1 -0
- package/compiled/recursive-readdir/index.d.ts +21 -0
- package/compiled/recursive-readdir/index.js +1 -0
- package/compiled/recursive-readdir/license +21 -0
- package/compiled/recursive-readdir/package.json +1 -0
- package/compiled/signale/index.d.ts +162 -0
- package/compiled/signale/index.js +1 -0
- package/compiled/signale/package.json +1 -0
- package/compiled/strip-ansi/index.d.ts +17 -0
- package/compiled/strip-ansi/index.js +1 -0
- package/compiled/strip-ansi/license +9 -0
- package/compiled/strip-ansi/package.json +1 -0
- package/compiled/upath/index.js +1 -0
- package/compiled/upath/license +22 -0
- package/compiled/upath/package.json +1 -0
- package/compiled/upath/upath.d.ts +241 -0
- package/dist/FileSizeReporter.d.ts +16 -0
- package/dist/FileSizeReporter.js +151 -0
- package/dist/alias.d.ts +21 -0
- package/dist/alias.js +62 -0
- package/dist/applyOptionsChain.d.ts +6 -0
- package/dist/applyOptionsChain.js +30 -0
- package/dist/clearConsole.d.ts +1 -0
- package/dist/clearConsole.js +9 -0
- package/dist/compatRequire.d.ts +8 -0
- package/dist/compatRequire.js +28 -0
- package/dist/compiled.d.ts +21 -0
- package/dist/compiled.js +33 -0
- package/dist/constants.d.ts +222 -0
- package/dist/constants.js +277 -0
- package/dist/{js/modern/debug.js → debug.d.ts} +1 -3
- package/dist/debug.js +11 -0
- package/dist/emptyDir.d.ts +1 -0
- package/dist/emptyDir.js +19 -0
- package/dist/{js/modern/ensureAbsolutePath.js → ensureAbsolutePath.d.ts} +1 -3
- package/dist/ensureAbsolutePath.js +15 -0
- package/dist/findExists.d.ts +6 -0
- package/dist/findExists.js +21 -0
- package/dist/format.d.ts +16 -0
- package/dist/format.js +113 -0
- package/dist/generateMetaTags.d.ts +16 -0
- package/dist/generateMetaTags.js +48 -0
- package/dist/getBrowserslist.d.ts +2 -0
- package/dist/getBrowserslist.js +7 -0
- package/dist/getCacheIdentifier.d.ts +7 -0
- package/dist/getCacheIdentifier.js +24 -0
- package/dist/getEntryOptions.d.ts +1 -0
- package/dist/getEntryOptions.js +26 -0
- package/dist/getPackageManager.d.ts +1 -0
- package/dist/getPackageManager.js +47 -0
- package/dist/getPort.d.ts +7 -0
- package/dist/getPort.js +62 -0
- package/dist/getServerConfig.d.ts +1 -0
- package/dist/getServerConfig.js +39 -0
- package/dist/import.d.ts +5 -0
- package/dist/import.js +10 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.js +45 -0
- package/dist/is/index.d.ts +34 -0
- package/dist/is/index.js +82 -0
- package/dist/is/node-env.d.ts +4 -0
- package/dist/is/node-env.js +12 -0
- package/dist/is/platform.d.ts +2 -0
- package/dist/is/platform.js +10 -0
- package/dist/is/type.d.ts +8 -0
- package/dist/is/type.js +38 -0
- package/dist/js/modern/monorepo.js +4 -5
- package/dist/js/node/monorepo.js +5 -7
- package/dist/js/treeshaking/monorepo.js +7 -6
- package/dist/logger.d.ts +63 -0
- package/dist/logger.js +128 -0
- package/dist/monorepo.d.ts +11 -0
- package/dist/monorepo.js +80 -0
- package/dist/nodeEnv.d.ts +3 -0
- package/dist/nodeEnv.js +49 -0
- package/dist/path.d.ts +3 -0
- package/dist/path.js +14 -0
- package/dist/{types/pkgUp.d.ts → pkgUp.d.ts} +1 -1
- package/dist/pkgUp.js +8 -0
- package/dist/prettyInstructions.d.ts +6 -0
- package/dist/prettyInstructions.js +64 -0
- package/dist/printBuildError.d.ts +8 -0
- package/dist/printBuildError.js +43 -0
- package/dist/readTsConfig.d.ts +2 -0
- package/dist/readTsConfig.js +19 -0
- package/dist/removeSlash.d.ts +3 -0
- package/dist/removeSlash.js +9 -0
- package/dist/runtimeExports.d.ts +4 -0
- package/dist/runtimeExports.js +53 -0
- package/dist/ssrHelpers.d.ts +4 -0
- package/dist/ssrHelpers.js +7 -0
- package/dist/storage.d.ts +5 -0
- package/dist/storage.js +61 -0
- package/dist/types/FileSizeReporter.d.ts +5 -5
- package/dist/types/alias.d.ts +12 -14
- package/dist/types/applyOptionsChain.d.ts +5 -5
- package/dist/types/clearConsole.d.ts +1 -1
- package/dist/types/compatRequire.d.ts +1 -1
- package/dist/types/compiled.d.ts +17 -0
- package/dist/types/constants.d.ts +165 -162
- package/dist/types/debug.d.ts +1 -3
- package/dist/types/emptyDir.d.ts +1 -1
- package/dist/types/ensureAbsolutePath.d.ts +1 -1
- package/dist/types/findExists.d.ts +1 -1
- package/dist/types/format.d.ts +5 -5
- package/dist/types/generateMetaTags.d.ts +3 -3
- package/dist/types/getBrowserslist.d.ts +1 -1
- package/dist/types/getCacheIdentifier.d.ts +3 -3
- package/dist/types/getEntryOptions.d.ts +1 -1
- package/dist/types/getPackageManager.d.ts +1 -1
- package/dist/types/getPort.d.ts +1 -1
- package/dist/types/getServerConfig.d.ts +1 -0
- package/dist/types/import.d.ts +2 -2
- package/dist/types/index.d.ts +3 -4
- package/dist/types/is/index.d.ts +1 -4
- package/dist/types/is/node-env.d.ts +1 -1
- package/dist/types/is/platform.d.ts +1 -1
- package/dist/types/is/type.d.ts +1 -1
- package/dist/types/logger.d.ts +49 -49
- package/dist/types/monorepo.d.ts +3 -3
- package/dist/types/nodeEnv.d.ts +1 -1
- package/dist/types/path.d.ts +1 -1
- package/dist/types/prettyInstructions.d.ts +2 -2
- package/dist/types/printBuildError.d.ts +1 -1
- package/dist/types/readTsConfig.d.ts +1 -1
- package/dist/types/removeSlash.d.ts +1 -1
- package/dist/types/runtimeExports.d.ts +3 -3
- package/dist/types/wait.d.ts +1 -1
- package/dist/types/watch.d.ts +4 -4
- package/dist/wait.d.ts +2 -0
- package/dist/wait.js +7 -0
- package/dist/watch.d.ts +8 -0
- package/dist/watch.js +64 -0
- package/jest.config.js +0 -1
- package/package.json +57 -40
- package/tests/debug.test.ts +2 -2
- package/tests/is.test.ts +27 -0
- package/tests/isPlatform.test.ts +19 -0
- package/tests/prettyInstructions.test.ts +1 -1
- package/tsconfig.json +3 -5
- package/dist/js/modern/FileSizeReporter.js +0 -156
- package/dist/js/modern/alias.js +0 -74
- package/dist/js/modern/applyOptionsChain.js +0 -27
- package/dist/js/modern/chalk.js +0 -2
- package/dist/js/modern/clearConsole.js +0 -5
- package/dist/js/modern/compatRequire.js +0 -26
- package/dist/js/modern/constants.js +0 -333
- package/dist/js/modern/emptyDir.js +0 -6
- package/dist/js/modern/findExists.js +0 -16
- package/dist/js/modern/format.js +0 -137
- package/dist/js/modern/generateMetaTags.js +0 -49
- package/dist/js/modern/getBrowserslist.js +0 -5
- package/dist/js/modern/getCacheIdentifier.js +0 -20
- package/dist/js/modern/getEntryOptions.js +0 -24
- package/dist/js/modern/getPackageManager.js +0 -37
- package/dist/js/modern/getPort.js +0 -52
- package/dist/js/modern/import.js +0 -11
- package/dist/js/modern/index.js +0 -34
- package/dist/js/modern/is/index.js +0 -77
- package/dist/js/modern/is/node-env.js +0 -5
- package/dist/js/modern/is/platform.js +0 -2
- package/dist/js/modern/is/type.js +0 -27
- package/dist/js/modern/logger.js +0 -152
- package/dist/js/modern/nodeEnv.js +0 -31
- package/dist/js/modern/path.js +0 -5
- package/dist/js/modern/pkgUp.js +0 -2
- package/dist/js/modern/prettyInstructions.js +0 -79
- package/dist/js/modern/printBuildError.js +0 -40
- package/dist/js/modern/readTsConfig.js +0 -13
- package/dist/js/modern/removeSlash.js +0 -3
- package/dist/js/modern/runtimeExports.js +0 -52
- package/dist/js/modern/wait.js +0 -5
- package/dist/js/modern/watch.js +0 -43
- package/dist/js/node/FileSizeReporter.js +0 -175
- package/dist/js/node/alias.js +0 -97
- package/dist/js/node/applyOptionsChain.js +0 -37
- package/dist/js/node/chalk.js +0 -15
- package/dist/js/node/clearConsole.js +0 -14
- package/dist/js/node/compatRequire.js +0 -41
- package/dist/js/node/constants.js +0 -353
- package/dist/js/node/debug.js +0 -19
- package/dist/js/node/emptyDir.js +0 -18
- package/dist/js/node/ensureAbsolutePath.js +0 -20
- package/dist/js/node/findExists.js +0 -27
- package/dist/js/node/format.js +0 -141
- package/dist/js/node/generateMetaTags.js +0 -58
- package/dist/js/node/getBrowserslist.js +0 -17
- package/dist/js/node/getCacheIdentifier.js +0 -27
- package/dist/js/node/getEntryOptions.js +0 -35
- package/dist/js/node/getPackageManager.js +0 -51
- package/dist/js/node/getPort.js +0 -67
- package/dist/js/node/import.js +0 -19
- package/dist/js/node/index.js +0 -465
- package/dist/js/node/is/index.js +0 -150
- package/dist/js/node/is/node-env.js +0 -23
- package/dist/js/node/is/platform.js +0 -14
- package/dist/js/node/is/type.js +0 -48
- package/dist/js/node/logger.js +0 -162
- package/dist/js/node/nodeEnv.js +0 -45
- package/dist/js/node/path.js +0 -24
- package/dist/js/node/pkgUp.js +0 -15
- package/dist/js/node/prettyInstructions.js +0 -95
- package/dist/js/node/printBuildError.js +0 -52
- package/dist/js/node/readTsConfig.js +0 -28
- package/dist/js/node/removeSlash.js +0 -18
- package/dist/js/node/runtimeExports.js +0 -68
- package/dist/js/node/wait.js +0 -12
- package/dist/js/node/watch.js +0 -61
- package/dist/js/treeshaking/FileSizeReporter.js +0 -185
- package/dist/js/treeshaking/alias.js +0 -72
- package/dist/js/treeshaking/applyOptionsChain.js +0 -31
- package/dist/js/treeshaking/chalk.js +0 -2
- package/dist/js/treeshaking/clearConsole.js +0 -5
- package/dist/js/treeshaking/compatRequire.js +0 -29
- package/dist/js/treeshaking/constants.js +0 -333
- package/dist/js/treeshaking/debug.js +0 -10
- package/dist/js/treeshaking/emptyDir.js +0 -37
- package/dist/js/treeshaking/ensureAbsolutePath.js +0 -11
- package/dist/js/treeshaking/findExists.js +0 -33
- package/dist/js/treeshaking/format.js +0 -167
- package/dist/js/treeshaking/generateMetaTags.js +0 -55
- package/dist/js/treeshaking/getBrowserslist.js +0 -7
- package/dist/js/treeshaking/getCacheIdentifier.js +0 -35
- package/dist/js/treeshaking/getEntryOptions.js +0 -26
- package/dist/js/treeshaking/getPackageManager.js +0 -101
- package/dist/js/treeshaking/getPort.js +0 -103
- package/dist/js/treeshaking/import.js +0 -11
- package/dist/js/treeshaking/index.js +0 -34
- package/dist/js/treeshaking/is/index.js +0 -81
- package/dist/js/treeshaking/is/node-env.js +0 -13
- package/dist/js/treeshaking/is/platform.js +0 -6
- package/dist/js/treeshaking/is/type.js +0 -29
- package/dist/js/treeshaking/logger.js +0 -188
- package/dist/js/treeshaking/nodeEnv.js +0 -108
- package/dist/js/treeshaking/path.js +0 -11
- package/dist/js/treeshaking/pkgUp.js +0 -2
- package/dist/js/treeshaking/prettyInstructions.js +0 -100
- package/dist/js/treeshaking/printBuildError.js +0 -40
- package/dist/js/treeshaking/readTsConfig.js +0 -13
- package/dist/js/treeshaking/removeSlash.js +0 -9
- package/dist/js/treeshaking/runtimeExports.js +0 -61
- package/dist/js/treeshaking/wait.js +0 -8
- package/dist/js/treeshaking/watch.js +0 -112
- package/dist/types/chalk.d.ts +0 -2
@@ -0,0 +1,280 @@
|
|
1
|
+
import _ = require("../index");
|
2
|
+
// tslint:disable-next-line:strict-export-declare-modifiers
|
3
|
+
type GlobalPartial<T> = Partial<T>;
|
4
|
+
declare module "../index" {
|
5
|
+
type Omit<T, K extends keyof any> = Pick<T, Exclude<keyof T, K>>;
|
6
|
+
type PartialObject<T> = GlobalPartial<T>;
|
7
|
+
type Many<T> = T | ReadonlyArray<T>;
|
8
|
+
type ImpChain<T> =
|
9
|
+
T extends { __trapAny: any } ? Collection<any> & Function<any> & Object<any> & Primitive<any> & String :
|
10
|
+
T extends null | undefined ? never :
|
11
|
+
T extends string | null | undefined ? String :
|
12
|
+
T extends (...args: any) => any ? Function<T> :
|
13
|
+
T extends List<infer U> | null | undefined ? Collection<U> :
|
14
|
+
T extends object | null | undefined ? Object<T> :
|
15
|
+
Primitive<T>;
|
16
|
+
type ExpChain<T> =
|
17
|
+
T extends { __trapAny: any } ? CollectionChain<any> & FunctionChain<any> & ObjectChain<any> & PrimitiveChain<any> & StringChain :
|
18
|
+
T extends null | undefined ? never :
|
19
|
+
T extends string ? StringChain :
|
20
|
+
T extends string | null | undefined ? StringNullableChain :
|
21
|
+
T extends (...args: any) => any ? FunctionChain<T> :
|
22
|
+
T extends List<infer U> | null | undefined ? CollectionChain<U> :
|
23
|
+
T extends object | null | undefined ? ObjectChain<T> :
|
24
|
+
PrimitiveChain<T>;
|
25
|
+
interface LoDashStatic {
|
26
|
+
/**
|
27
|
+
* Creates a lodash object which wraps value to enable implicit method chain sequences.
|
28
|
+
* Methods that operate on and return arrays, collections, and functions can be chained together.
|
29
|
+
* Methods that retrieve a single value or may return a primitive value will automatically end the
|
30
|
+
* chain sequence and return the unwrapped value. Otherwise, the value must be unwrapped with value().
|
31
|
+
*
|
32
|
+
* Explicit chain sequences, which must be unwrapped with value(), may be enabled using _.chain.
|
33
|
+
*
|
34
|
+
* The execution of chained methods is lazy, that is, it's deferred until value() is
|
35
|
+
* implicitly or explicitly called.
|
36
|
+
*
|
37
|
+
* Lazy evaluation allows several methods to support shortcut fusion. Shortcut fusion
|
38
|
+
* is an optimization to merge iteratee calls; this avoids the creation of intermediate
|
39
|
+
* arrays and can greatly reduce the number of iteratee executions. Sections of a chain
|
40
|
+
* sequence qualify for shortcut fusion if the section is applied to an array and iteratees
|
41
|
+
* accept only one argument. The heuristic for whether a section qualifies for shortcut
|
42
|
+
* fusion is subject to change.
|
43
|
+
*
|
44
|
+
* Chaining is supported in custom builds as long as the value() method is directly or
|
45
|
+
* indirectly included in the build.
|
46
|
+
*
|
47
|
+
* In addition to lodash methods, wrappers have Array and String methods.
|
48
|
+
* The wrapper Array methods are:
|
49
|
+
* concat, join, pop, push, shift, sort, splice, and unshift.
|
50
|
+
* The wrapper String methods are:
|
51
|
+
* replace and split.
|
52
|
+
*
|
53
|
+
* The wrapper methods that support shortcut fusion are:
|
54
|
+
* at, compact, drop, dropRight, dropWhile, filter, find, findLast, head, initial, last,
|
55
|
+
* map, reject, reverse, slice, tail, take, takeRight, takeRightWhile, takeWhile, and toArray
|
56
|
+
*
|
57
|
+
* The chainable wrapper methods are:
|
58
|
+
* after, ary, assign, assignIn, assignInWith, assignWith, at, before, bind, bindAll, bindKey,
|
59
|
+
* castArray, chain, chunk, commit, compact, concat, conforms, constant, countBy, create,
|
60
|
+
* curry, debounce, defaults, defaultsDeep, defer, delay, difference, differenceBy, differenceWith,
|
61
|
+
* drop, dropRight, dropRightWhile, dropWhile, extend, extendWith, fill, filter, flatMap,
|
62
|
+
* flatMapDeep, flatMapDepth, flatten, flattenDeep, flattenDepth, flip, flow, flowRight,
|
63
|
+
* fromPairs, functions, functionsIn, groupBy, initial, intersection, intersectionBy, intersectionWith,
|
64
|
+
* invert, invertBy, invokeMap, iteratee, keyBy, keys, keysIn, map, mapKeys, mapValues,
|
65
|
+
* matches, matchesProperty, memoize, merge, mergeWith, method, methodOf, mixin, negate,
|
66
|
+
* nthArg, omit, omitBy, once, orderBy, over, overArgs, overEvery, overSome, partial, partialRight,
|
67
|
+
* partition, pick, pickBy, plant, property, propertyOf, pull, pullAll, pullAllBy, pullAllWith, pullAt,
|
68
|
+
* push, range, rangeRight, rearg, reject, remove, rest, reverse, sampleSize, set, setWith,
|
69
|
+
* shuffle, slice, sort, sortBy, sortedUniq, sortedUniqBy, splice, spread, tail, take,
|
70
|
+
* takeRight, takeRightWhile, takeWhile, tap, throttle, thru, toArray, toPairs, toPairsIn,
|
71
|
+
* toPath, toPlainObject, transform, unary, union, unionBy, unionWith, uniq, uniqBy, uniqWith,
|
72
|
+
* unset, unshift, unzip, unzipWith, update, updateWith, values, valuesIn, without, wrap,
|
73
|
+
* xor, xorBy, xorWith, zip, zipObject, zipObjectDeep, and zipWith.
|
74
|
+
*
|
75
|
+
* The wrapper methods that are not chainable by default are:
|
76
|
+
* add, attempt, camelCase, capitalize, ceil, clamp, clone, cloneDeep, cloneDeepWith, cloneWith,
|
77
|
+
* conformsTo, deburr, defaultTo, divide, each, eachRight, endsWith, eq, escape, escapeRegExp,
|
78
|
+
* every, find, findIndex, findKey, findLast, findLastIndex, findLastKey, first, floor, forEach,
|
79
|
+
* forEachRight, forIn, forInRight, forOwn, forOwnRight, get, gt, gte, has, hasIn, head,
|
80
|
+
* identity, includes, indexOf, inRange, invoke, isArguments, isArray, isArrayBuffer,
|
81
|
+
* isArrayLike, isArrayLikeObject, isBoolean, isBuffer, isDate, isElement, isEmpty, isEqual, isEqualWith,
|
82
|
+
* isError, isFinite, isFunction, isInteger, isLength, isMap, isMatch, isMatchWith, isNaN,
|
83
|
+
* isNative, isNil, isNull, isNumber, isObject, isObjectLike, isPlainObject, isRegExp,
|
84
|
+
* isSafeInteger, isSet, isString, isUndefined, isTypedArray, isWeakMap, isWeakSet, join,
|
85
|
+
* kebabCase, last, lastIndexOf, lowerCase, lowerFirst, lt, lte, max, maxBy, mean, meanBy,
|
86
|
+
* min, minBy, multiply, noConflict, noop, now, nth, pad, padEnd, padStart, parseInt, pop,
|
87
|
+
* random, reduce, reduceRight, repeat, result, round, runInContext, sample, shift, size,
|
88
|
+
* snakeCase, some, sortedIndex, sortedIndexBy, sortedLastIndex, sortedLastIndexBy, startCase,
|
89
|
+
* startsWith, stubArray, stubFalse, stubObject, stubString, stubTrue, subtract, sum, sumBy,
|
90
|
+
* template, times, toFinite, toInteger, toJSON, toLength, toLower, toNumber, toSafeInteger,
|
91
|
+
* toString, toUpper, trim, trimEnd, trimStart, truncate, unescape, uniqueId, upperCase,
|
92
|
+
* upperFirst, value, and words.
|
93
|
+
**/
|
94
|
+
<TrapAny extends { __trapAny: any }>(value: TrapAny): Collection<any> & Function<any> & Object<any> & Primitive<any> & String;
|
95
|
+
<T extends null | undefined>(value: T): Primitive<T>;
|
96
|
+
(value: string | null | undefined): String;
|
97
|
+
<T extends (...args: any) => any>(value: T): Function<T>;
|
98
|
+
<T = any>(value: List<T> | null | undefined): Collection<T>;
|
99
|
+
<T extends object>(value: T | null | undefined): Object<T>;
|
100
|
+
<T>(value: T): Primitive<T>;
|
101
|
+
/**
|
102
|
+
* The semantic version number.
|
103
|
+
**/
|
104
|
+
VERSION: string;
|
105
|
+
/**
|
106
|
+
* By default, the template delimiters used by Lo-Dash are similar to those in embedded Ruby
|
107
|
+
* (ERB). Change the following template settings to use alternative delimiters.
|
108
|
+
**/
|
109
|
+
templateSettings: TemplateSettings;
|
110
|
+
}
|
111
|
+
/**
|
112
|
+
* By default, the template delimiters used by Lo-Dash are similar to those in embedded Ruby
|
113
|
+
* (ERB). Change the following template settings to use alternative delimiters.
|
114
|
+
**/
|
115
|
+
interface TemplateSettings {
|
116
|
+
/**
|
117
|
+
* The "escape" delimiter.
|
118
|
+
**/
|
119
|
+
escape?: RegExp | undefined;
|
120
|
+
/**
|
121
|
+
* The "evaluate" delimiter.
|
122
|
+
**/
|
123
|
+
evaluate?: RegExp | undefined;
|
124
|
+
/**
|
125
|
+
* An object to import into the template as local variables.
|
126
|
+
*/
|
127
|
+
imports?: Dictionary<any> | undefined;
|
128
|
+
/**
|
129
|
+
* The "interpolate" delimiter.
|
130
|
+
*/
|
131
|
+
interpolate?: RegExp | undefined;
|
132
|
+
/**
|
133
|
+
* Used to reference the data object in the template text.
|
134
|
+
*/
|
135
|
+
variable?: string | undefined;
|
136
|
+
}
|
137
|
+
/**
|
138
|
+
* Creates a cache object to store key/value pairs.
|
139
|
+
*/
|
140
|
+
interface MapCache {
|
141
|
+
/**
|
142
|
+
* Removes `key` and its value from the cache.
|
143
|
+
* @param key The key of the value to remove.
|
144
|
+
* @return Returns `true` if the entry was removed successfully, else `false`.
|
145
|
+
*/
|
146
|
+
delete(key: any): boolean;
|
147
|
+
/**
|
148
|
+
* Gets the cached value for `key`.
|
149
|
+
* @param key The key of the value to get.
|
150
|
+
* @return Returns the cached value.
|
151
|
+
*/
|
152
|
+
get(key: any): any;
|
153
|
+
/**
|
154
|
+
* Checks if a cached value for `key` exists.
|
155
|
+
* @param key The key of the entry to check.
|
156
|
+
* @return Returns `true` if an entry for `key` exists, else `false`.
|
157
|
+
*/
|
158
|
+
has(key: any): boolean;
|
159
|
+
/**
|
160
|
+
* Sets `value` to `key` of the cache.
|
161
|
+
* @param key The key of the value to cache.
|
162
|
+
* @param value The value to cache.
|
163
|
+
* @return Returns the cache object.
|
164
|
+
*/
|
165
|
+
set(key: any, value: any): this;
|
166
|
+
/**
|
167
|
+
* Removes all key-value entries from the map.
|
168
|
+
*/
|
169
|
+
clear?: (() => void) | undefined;
|
170
|
+
}
|
171
|
+
interface MapCacheConstructor {
|
172
|
+
new (): MapCache;
|
173
|
+
}
|
174
|
+
interface Collection<T> {
|
175
|
+
pop(): T | undefined;
|
176
|
+
push(...items: T[]): this;
|
177
|
+
shift(): T | undefined;
|
178
|
+
sort(compareFn?: (a: T, b: T) => number): this;
|
179
|
+
splice(start: number, deleteCount?: number, ...items: T[]): this;
|
180
|
+
unshift(...items: T[]): this;
|
181
|
+
}
|
182
|
+
interface CollectionChain<T> {
|
183
|
+
pop(): ExpChain<T | undefined>;
|
184
|
+
push(...items: T[]): this;
|
185
|
+
shift(): ExpChain<T | undefined>;
|
186
|
+
sort(compareFn?: (a: T, b: T) => number): this;
|
187
|
+
splice(start: number, deleteCount?: number, ...items: T[]): this;
|
188
|
+
unshift(...items: T[]): this;
|
189
|
+
}
|
190
|
+
interface Function<T extends (...args: any) => any> extends LoDashImplicitWrapper<T> {
|
191
|
+
}
|
192
|
+
interface String extends LoDashImplicitWrapper<string> {
|
193
|
+
}
|
194
|
+
interface Object<T> extends LoDashImplicitWrapper<T> {
|
195
|
+
}
|
196
|
+
interface Collection<T> extends LoDashImplicitWrapper<T[]> {
|
197
|
+
}
|
198
|
+
interface Primitive<T> extends LoDashImplicitWrapper<T> {
|
199
|
+
}
|
200
|
+
interface FunctionChain<T extends (...args: any) => any> extends LoDashExplicitWrapper<T> {
|
201
|
+
}
|
202
|
+
interface StringChain extends LoDashExplicitWrapper<string> {
|
203
|
+
}
|
204
|
+
interface StringNullableChain extends LoDashExplicitWrapper<string | undefined> {
|
205
|
+
}
|
206
|
+
interface ObjectChain<T> extends LoDashExplicitWrapper<T> {
|
207
|
+
}
|
208
|
+
interface CollectionChain<T> extends LoDashExplicitWrapper<T[]> {
|
209
|
+
}
|
210
|
+
interface PrimitiveChain<T> extends LoDashExplicitWrapper<T> {
|
211
|
+
}
|
212
|
+
type NotVoid = unknown;
|
213
|
+
type IterateeShorthand<T> = PropertyName | [PropertyName, any] | PartialShallow<T>;
|
214
|
+
type ArrayIterator<T, TResult> = (value: T, index: number, collection: T[]) => TResult;
|
215
|
+
type ListIterator<T, TResult> = (value: T, index: number, collection: List<T>) => TResult;
|
216
|
+
type ListIteratee<T> = ListIterator<T, NotVoid> | IterateeShorthand<T>;
|
217
|
+
type ListIterateeCustom<T, TResult> = ListIterator<T, TResult> | IterateeShorthand<T>;
|
218
|
+
type ListIteratorTypeGuard<T, S extends T> = (value: T, index: number, collection: List<T>) => value is S;
|
219
|
+
// Note: key should be string, not keyof T, because the actual object may contain extra properties that were not specified in the type.
|
220
|
+
type ObjectIterator<TObject, TResult> = (value: TObject[keyof TObject], key: string, collection: TObject) => TResult;
|
221
|
+
type ObjectIteratee<TObject> = ObjectIterator<TObject, NotVoid> | IterateeShorthand<TObject[keyof TObject]>;
|
222
|
+
type ObjectIterateeCustom<TObject, TResult> = ObjectIterator<TObject, TResult> | IterateeShorthand<TObject[keyof TObject]>;
|
223
|
+
type ObjectIteratorTypeGuard<TObject, S extends TObject[keyof TObject]> = (value: TObject[keyof TObject], key: string, collection: TObject) => value is S;
|
224
|
+
type StringIterator<TResult> = (char: string, index: number, string: string) => TResult;
|
225
|
+
/** @deprecated Use MemoVoidArrayIterator or MemoVoidDictionaryIterator instead. */
|
226
|
+
type MemoVoidIterator<T, TResult> = (prev: TResult, curr: T, indexOrKey: any, list: T[]) => void;
|
227
|
+
/** @deprecated Use MemoListIterator or MemoObjectIterator instead. */
|
228
|
+
type MemoIterator<T, TResult> = (prev: TResult, curr: T, indexOrKey: any, list: T[]) => TResult;
|
229
|
+
type MemoListIterator<T, TResult, TList> = (prev: TResult, curr: T, index: number, list: TList) => TResult;
|
230
|
+
type MemoObjectIterator<T, TResult, TList> = (prev: TResult, curr: T, key: string, list: TList) => TResult;
|
231
|
+
type MemoIteratorCapped<T, TResult> = (prev: TResult, curr: T) => TResult;
|
232
|
+
type MemoIteratorCappedRight<T, TResult> = (curr: T, prev: TResult) => TResult;
|
233
|
+
type MemoVoidArrayIterator<T, TResult> = (acc: TResult, curr: T, index: number, arr: T[]) => void;
|
234
|
+
type MemoVoidDictionaryIterator<T, K extends string | number | symbol, TResult> = (acc: TResult, curr: T, key: K, dict: Record<K, T>) => void;
|
235
|
+
type MemoVoidIteratorCapped<T, TResult> = (acc: TResult, curr: T) => void;
|
236
|
+
type ValueIteratee<T> = ((value: T) => NotVoid) | IterateeShorthand<T>;
|
237
|
+
type ValueIterateeCustom<T, TResult> = ((value: T) => TResult) | IterateeShorthand<T>;
|
238
|
+
type ValueIteratorTypeGuard<T, S extends T> = (value: T) => value is S;
|
239
|
+
type ValueKeyIteratee<T> = ((value: T, key: string) => NotVoid) | IterateeShorthand<T>;
|
240
|
+
type ValueKeyIterateeTypeGuard<T, S extends T> = (value: T, key: string) => value is S;
|
241
|
+
type Comparator<T> = (a: T, b: T) => boolean;
|
242
|
+
type Comparator2<T1, T2> = (a: T1, b: T2) => boolean;
|
243
|
+
type PropertyName = string | number | symbol;
|
244
|
+
type PropertyPath = Many<PropertyName>;
|
245
|
+
/** Common interface between Arrays and jQuery objects */
|
246
|
+
type List<T> = ArrayLike<T>;
|
247
|
+
interface Dictionary<T> {
|
248
|
+
[index: string]: T;
|
249
|
+
}
|
250
|
+
interface NumericDictionary<T> {
|
251
|
+
[index: number]: T;
|
252
|
+
}
|
253
|
+
// Crazy typedef needed get _.omit to work properly with Dictionary and NumericDictionary
|
254
|
+
type AnyKindOfDictionary =
|
255
|
+
| Dictionary<unknown>
|
256
|
+
| NumericDictionary<unknown>;
|
257
|
+
type PartialShallow<T> = {
|
258
|
+
[P in keyof T]?: T[P] extends object ? object : T[P]
|
259
|
+
};
|
260
|
+
// For backwards compatibility
|
261
|
+
type LoDashImplicitArrayWrapper<T> = LoDashImplicitWrapper<T[]>;
|
262
|
+
type LoDashImplicitNillableArrayWrapper<T> = LoDashImplicitWrapper<T[] | null | undefined>;
|
263
|
+
type LoDashImplicitObjectWrapper<T> = LoDashImplicitWrapper<T>;
|
264
|
+
type LoDashImplicitNillableObjectWrapper<T> = LoDashImplicitWrapper<T | null | undefined>;
|
265
|
+
type LoDashImplicitNumberArrayWrapper = LoDashImplicitWrapper<number[]>;
|
266
|
+
type LoDashImplicitStringWrapper = LoDashImplicitWrapper<string>;
|
267
|
+
type LoDashExplicitArrayWrapper<T> = LoDashExplicitWrapper<T[]>;
|
268
|
+
type LoDashExplicitNillableArrayWrapper<T> = LoDashExplicitWrapper<T[] | null | undefined>;
|
269
|
+
type LoDashExplicitObjectWrapper<T> = LoDashExplicitWrapper<T>;
|
270
|
+
type LoDashExplicitNillableObjectWrapper<T> = LoDashExplicitWrapper<T | null | undefined>;
|
271
|
+
type LoDashExplicitNumberArrayWrapper = LoDashExplicitWrapper<number[]>;
|
272
|
+
type LoDashExplicitStringWrapper = LoDashExplicitWrapper<string>;
|
273
|
+
type DictionaryIterator<T, TResult> = ObjectIterator<Dictionary<T>, TResult>;
|
274
|
+
type DictionaryIteratee<T> = ObjectIteratee<Dictionary<T>>;
|
275
|
+
type DictionaryIteratorTypeGuard<T, S extends T> = ObjectIteratorTypeGuard<Dictionary<T>, S>;
|
276
|
+
// NOTE: keys of objects at run time are always strings, even when a NumericDictionary is being iterated.
|
277
|
+
type NumericDictionaryIterator<T, TResult> = (value: T, key: string, collection: NumericDictionary<T>) => TResult;
|
278
|
+
type NumericDictionaryIteratee<T> = NumericDictionaryIterator<T, NotVoid> | IterateeShorthand<T>;
|
279
|
+
type NumericDictionaryIterateeCustom<T, TResult> = NumericDictionaryIterator<T, TResult> | IterateeShorthand<T>;
|
280
|
+
}
|
@@ -0,0 +1,23 @@
|
|
1
|
+
import _ = require("../index");
|
2
|
+
declare module "../index" {
|
3
|
+
interface LoDashStatic {
|
4
|
+
/*
|
5
|
+
* Gets the number of milliseconds that have elapsed since the Unix epoch (1 January 1970 00:00:00 UTC).
|
6
|
+
*
|
7
|
+
* @return The number of milliseconds.
|
8
|
+
*/
|
9
|
+
now(): number;
|
10
|
+
}
|
11
|
+
interface LoDashImplicitWrapper<TValue> {
|
12
|
+
/**
|
13
|
+
* @see _.now
|
14
|
+
*/
|
15
|
+
now(): number;
|
16
|
+
}
|
17
|
+
interface LoDashExplicitWrapper<TValue> {
|
18
|
+
/**
|
19
|
+
* @see _.now
|
20
|
+
*/
|
21
|
+
now(): PrimitiveChain<number>;
|
22
|
+
}
|
23
|
+
}
|