@modern-js/utils 1.3.7 → 1.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (317) hide show
  1. package/.eslintrc.js +9 -0
  2. package/CHANGELOG.md +31 -0
  3. package/compiled/browserslist/index.d.ts +178 -0
  4. package/compiled/browserslist/index.js +1 -0
  5. package/compiled/browserslist/license +20 -0
  6. package/compiled/browserslist/package.json +1 -0
  7. package/compiled/chalk/index.d.ts +415 -0
  8. package/compiled/chalk/index.js +1 -0
  9. package/compiled/chalk/license +9 -0
  10. package/compiled/chalk/package.json +1 -0
  11. package/compiled/chokidar/anymatch/index.d.ts +19 -0
  12. package/compiled/chokidar/fsevents.node +0 -0
  13. package/compiled/chokidar/index.js +40 -0
  14. package/compiled/chokidar/license +21 -0
  15. package/compiled/chokidar/package.json +1 -0
  16. package/compiled/chokidar/types/index.d.ts +188 -0
  17. package/compiled/commander/index.js +1 -0
  18. package/compiled/commander/license +22 -0
  19. package/compiled/commander/package.json +1 -0
  20. package/compiled/commander/typings/index.d.ts +774 -0
  21. package/compiled/debug/index.d.ts +54 -0
  22. package/compiled/debug/index.js +1 -0
  23. package/compiled/debug/license +20 -0
  24. package/compiled/debug/ms/index.d.ts +25 -0
  25. package/compiled/debug/package.json +1 -0
  26. package/compiled/execa/index.d.ts +564 -0
  27. package/compiled/execa/index.js +1 -0
  28. package/compiled/execa/license +9 -0
  29. package/compiled/execa/package.json +1 -0
  30. package/compiled/filesize/filesize.d.ts +131 -0
  31. package/compiled/filesize/index.js +9 -0
  32. package/compiled/filesize/license +28 -0
  33. package/compiled/filesize/package.json +1 -0
  34. package/compiled/fs-extra/index.d.ts +563 -0
  35. package/compiled/fs-extra/index.js +1 -0
  36. package/compiled/fs-extra/license +15 -0
  37. package/compiled/fs-extra/package.json +1 -0
  38. package/compiled/glob/index.d.ts +91 -0
  39. package/compiled/glob/index.js +1 -0
  40. package/compiled/glob/license +21 -0
  41. package/compiled/glob/minimatch/index.d.ts +204 -0
  42. package/compiled/glob/package.json +1 -0
  43. package/compiled/gzip-size/index.d.ts +96 -0
  44. package/compiled/gzip-size/index.js +1 -0
  45. package/compiled/gzip-size/license +9 -0
  46. package/compiled/gzip-size/package.json +1 -0
  47. package/compiled/import-lazy/index.d.ts +26 -0
  48. package/compiled/import-lazy/index.js +1 -0
  49. package/compiled/import-lazy/license +9 -0
  50. package/compiled/import-lazy/package.json +1 -0
  51. package/compiled/js-yaml/index.d.ts +154 -0
  52. package/compiled/js-yaml/index.js +1 -0
  53. package/compiled/js-yaml/license +21 -0
  54. package/compiled/js-yaml/package.json +1 -0
  55. package/compiled/lodash/common/array.d.ts +2126 -0
  56. package/compiled/lodash/common/collection.d.ts +1930 -0
  57. package/compiled/lodash/common/common.d.ts +280 -0
  58. package/compiled/lodash/common/date.d.ts +23 -0
  59. package/compiled/lodash/common/function.d.ts +1446 -0
  60. package/compiled/lodash/common/lang.d.ts +1693 -0
  61. package/compiled/lodash/common/math.d.ts +405 -0
  62. package/compiled/lodash/common/number.d.ts +131 -0
  63. package/compiled/lodash/common/object.d.ts +2519 -0
  64. package/compiled/lodash/common/seq.d.ts +210 -0
  65. package/compiled/lodash/common/string.d.ts +788 -0
  66. package/compiled/lodash/common/util.d.ts +1220 -0
  67. package/compiled/lodash/index.d.ts +46 -0
  68. package/compiled/lodash/index.js +9 -0
  69. package/compiled/lodash/license +47 -0
  70. package/compiled/lodash/package.json +1 -0
  71. package/compiled/pkg-up/index.d.ts +48 -0
  72. package/compiled/pkg-up/index.js +1 -0
  73. package/compiled/pkg-up/license +9 -0
  74. package/compiled/pkg-up/package.json +1 -0
  75. package/compiled/recursive-readdir/index.d.ts +21 -0
  76. package/compiled/recursive-readdir/index.js +1 -0
  77. package/compiled/recursive-readdir/license +21 -0
  78. package/compiled/recursive-readdir/package.json +1 -0
  79. package/compiled/signale/index.d.ts +162 -0
  80. package/compiled/signale/index.js +1 -0
  81. package/compiled/signale/package.json +1 -0
  82. package/compiled/strip-ansi/index.d.ts +17 -0
  83. package/compiled/strip-ansi/index.js +1 -0
  84. package/compiled/strip-ansi/license +9 -0
  85. package/compiled/strip-ansi/package.json +1 -0
  86. package/compiled/upath/index.js +1 -0
  87. package/compiled/upath/license +22 -0
  88. package/compiled/upath/package.json +1 -0
  89. package/compiled/upath/upath.d.ts +241 -0
  90. package/dist/{types/FileSizeReporter.d.ts → FileSizeReporter.d.ts} +5 -5
  91. package/dist/FileSizeReporter.js +151 -0
  92. package/dist/{types/alias.d.ts → alias.d.ts} +12 -14
  93. package/dist/alias.js +62 -0
  94. package/dist/analyzeProject.d.ts +1 -0
  95. package/dist/analyzeProject.js +44 -0
  96. package/dist/applyOptionsChain.d.ts +6 -0
  97. package/dist/applyOptionsChain.js +30 -0
  98. package/dist/clearConsole.d.ts +1 -0
  99. package/dist/clearConsole.js +9 -0
  100. package/dist/{types/compatRequire.d.ts → compatRequire.d.ts} +1 -1
  101. package/dist/compatRequire.js +28 -0
  102. package/dist/compiled.d.ts +21 -0
  103. package/dist/compiled.js +33 -0
  104. package/dist/constants.d.ts +222 -0
  105. package/dist/constants.js +277 -0
  106. package/dist/{js/modern/debug.js → debug.d.ts} +1 -3
  107. package/dist/debug.js +11 -0
  108. package/dist/emptyDir.d.ts +1 -0
  109. package/dist/emptyDir.js +19 -0
  110. package/dist/{types/ensureAbsolutePath.d.ts → ensureAbsolutePath.d.ts} +1 -1
  111. package/dist/ensureAbsolutePath.js +15 -0
  112. package/dist/{types/findExists.d.ts → findExists.d.ts} +1 -1
  113. package/dist/findExists.js +21 -0
  114. package/dist/{types/format.d.ts → format.d.ts} +3 -3
  115. package/dist/format.js +113 -0
  116. package/dist/{types/generateMetaTags.d.ts → generateMetaTags.d.ts} +3 -3
  117. package/dist/generateMetaTags.js +48 -0
  118. package/dist/{types/getBrowserslist.d.ts → getBrowserslist.d.ts} +1 -1
  119. package/dist/getBrowserslist.js +7 -0
  120. package/dist/{types/getCacheIdentifier.d.ts → getCacheIdentifier.d.ts} +3 -3
  121. package/dist/getCacheIdentifier.js +24 -0
  122. package/dist/{types/getEntryOptions.d.ts → getEntryOptions.d.ts} +1 -1
  123. package/dist/getEntryOptions.js +26 -0
  124. package/dist/{types/getPackageManager.d.ts → getPackageManager.d.ts} +1 -1
  125. package/dist/getPackageManager.js +47 -0
  126. package/dist/{types/getPort.d.ts → getPort.d.ts} +1 -1
  127. package/dist/getPort.js +62 -0
  128. package/dist/getServerConfig.d.ts +1 -0
  129. package/dist/getServerConfig.js +39 -0
  130. package/dist/{types/import.d.ts → import.d.ts} +2 -2
  131. package/dist/import.js +10 -0
  132. package/dist/{types/index.d.ts → index.d.ts} +5 -4
  133. package/dist/index.js +46 -0
  134. package/dist/{types/is → is}/index.d.ts +1 -4
  135. package/dist/is/index.js +82 -0
  136. package/dist/{types/is → is}/node-env.d.ts +1 -1
  137. package/dist/is/node-env.js +12 -0
  138. package/dist/is/platform.d.ts +2 -0
  139. package/dist/is/platform.js +10 -0
  140. package/dist/{types/is → is}/type.d.ts +1 -1
  141. package/dist/is/type.js +38 -0
  142. package/dist/logger.d.ts +63 -0
  143. package/dist/logger.js +128 -0
  144. package/dist/{types/monorepo.d.ts → monorepo.d.ts} +3 -3
  145. package/dist/monorepo.js +80 -0
  146. package/dist/{types/nodeEnv.d.ts → nodeEnv.d.ts} +1 -1
  147. package/dist/nodeEnv.js +49 -0
  148. package/dist/{types/path.d.ts → path.d.ts} +1 -1
  149. package/dist/path.js +14 -0
  150. package/dist/{types/prettyInstructions.d.ts → prettyInstructions.d.ts} +2 -2
  151. package/dist/prettyInstructions.js +64 -0
  152. package/dist/{types/printBuildError.d.ts → printBuildError.d.ts} +1 -1
  153. package/dist/printBuildError.js +43 -0
  154. package/dist/{types/readTsConfig.d.ts → readTsConfig.d.ts} +1 -1
  155. package/dist/readTsConfig.js +19 -0
  156. package/dist/{types/removeSlash.d.ts → removeSlash.d.ts} +1 -1
  157. package/dist/removeSlash.js +9 -0
  158. package/dist/{types/runtimeExports.d.ts → runtimeExports.d.ts} +3 -3
  159. package/dist/runtimeExports.js +53 -0
  160. package/dist/ssrHelpers.d.ts +4 -0
  161. package/dist/ssrHelpers.js +7 -0
  162. package/dist/storage.d.ts +5 -0
  163. package/dist/storage.js +61 -0
  164. package/dist/{types/wait.d.ts → wait.d.ts} +1 -1
  165. package/dist/wait.js +7 -0
  166. package/dist/{types/watch.d.ts → watch.d.ts} +4 -4
  167. package/dist/watch.js +64 -0
  168. package/package.json +55 -37
  169. package/tsconfig.json +3 -5
  170. package/dist/js/modern/FileSizeReporter.js +0 -156
  171. package/dist/js/modern/alias.js +0 -74
  172. package/dist/js/modern/applyOptionsChain.js +0 -27
  173. package/dist/js/modern/chalk.js +0 -2
  174. package/dist/js/modern/clearConsole.js +0 -5
  175. package/dist/js/modern/compatRequire.js +0 -26
  176. package/dist/js/modern/constants.js +0 -333
  177. package/dist/js/modern/emptyDir.js +0 -6
  178. package/dist/js/modern/ensureAbsolutePath.js +0 -9
  179. package/dist/js/modern/findExists.js +0 -16
  180. package/dist/js/modern/format.js +0 -137
  181. package/dist/js/modern/generateMetaTags.js +0 -49
  182. package/dist/js/modern/getBrowserslist.js +0 -5
  183. package/dist/js/modern/getCacheIdentifier.js +0 -20
  184. package/dist/js/modern/getEntryOptions.js +0 -24
  185. package/dist/js/modern/getPackageManager.js +0 -37
  186. package/dist/js/modern/getPort.js +0 -52
  187. package/dist/js/modern/import.js +0 -11
  188. package/dist/js/modern/index.js +0 -34
  189. package/dist/js/modern/is/index.js +0 -77
  190. package/dist/js/modern/is/node-env.js +0 -5
  191. package/dist/js/modern/is/platform.js +0 -2
  192. package/dist/js/modern/is/type.js +0 -25
  193. package/dist/js/modern/logger.js +0 -152
  194. package/dist/js/modern/monorepo.js +0 -84
  195. package/dist/js/modern/nodeEnv.js +0 -31
  196. package/dist/js/modern/path.js +0 -5
  197. package/dist/js/modern/pkgUp.js +0 -2
  198. package/dist/js/modern/prettyInstructions.js +0 -79
  199. package/dist/js/modern/printBuildError.js +0 -40
  200. package/dist/js/modern/readTsConfig.js +0 -13
  201. package/dist/js/modern/removeSlash.js +0 -3
  202. package/dist/js/modern/runtimeExports.js +0 -52
  203. package/dist/js/modern/wait.js +0 -5
  204. package/dist/js/modern/watch.js +0 -43
  205. package/dist/js/node/FileSizeReporter.js +0 -175
  206. package/dist/js/node/alias.js +0 -97
  207. package/dist/js/node/applyOptionsChain.js +0 -37
  208. package/dist/js/node/chalk.js +0 -15
  209. package/dist/js/node/clearConsole.js +0 -14
  210. package/dist/js/node/compatRequire.js +0 -41
  211. package/dist/js/node/constants.js +0 -353
  212. package/dist/js/node/debug.js +0 -19
  213. package/dist/js/node/emptyDir.js +0 -18
  214. package/dist/js/node/ensureAbsolutePath.js +0 -20
  215. package/dist/js/node/findExists.js +0 -27
  216. package/dist/js/node/format.js +0 -141
  217. package/dist/js/node/generateMetaTags.js +0 -58
  218. package/dist/js/node/getBrowserslist.js +0 -17
  219. package/dist/js/node/getCacheIdentifier.js +0 -27
  220. package/dist/js/node/getEntryOptions.js +0 -35
  221. package/dist/js/node/getPackageManager.js +0 -51
  222. package/dist/js/node/getPort.js +0 -67
  223. package/dist/js/node/import.js +0 -19
  224. package/dist/js/node/index.js +0 -465
  225. package/dist/js/node/is/index.js +0 -150
  226. package/dist/js/node/is/node-env.js +0 -23
  227. package/dist/js/node/is/platform.js +0 -14
  228. package/dist/js/node/is/type.js +0 -46
  229. package/dist/js/node/logger.js +0 -162
  230. package/dist/js/node/monorepo.js +0 -118
  231. package/dist/js/node/nodeEnv.js +0 -45
  232. package/dist/js/node/path.js +0 -24
  233. package/dist/js/node/pkgUp.js +0 -15
  234. package/dist/js/node/prettyInstructions.js +0 -95
  235. package/dist/js/node/printBuildError.js +0 -52
  236. package/dist/js/node/readTsConfig.js +0 -28
  237. package/dist/js/node/removeSlash.js +0 -18
  238. package/dist/js/node/runtimeExports.js +0 -68
  239. package/dist/js/node/wait.js +0 -12
  240. package/dist/js/node/watch.js +0 -61
  241. package/dist/js/treeshaking/FileSizeReporter.js +0 -185
  242. package/dist/js/treeshaking/alias.js +0 -72
  243. package/dist/js/treeshaking/applyOptionsChain.js +0 -31
  244. package/dist/js/treeshaking/chalk.js +0 -2
  245. package/dist/js/treeshaking/clearConsole.js +0 -5
  246. package/dist/js/treeshaking/compatRequire.js +0 -29
  247. package/dist/js/treeshaking/constants.js +0 -333
  248. package/dist/js/treeshaking/debug.js +0 -10
  249. package/dist/js/treeshaking/emptyDir.js +0 -37
  250. package/dist/js/treeshaking/ensureAbsolutePath.js +0 -11
  251. package/dist/js/treeshaking/findExists.js +0 -33
  252. package/dist/js/treeshaking/format.js +0 -167
  253. package/dist/js/treeshaking/generateMetaTags.js +0 -55
  254. package/dist/js/treeshaking/getBrowserslist.js +0 -7
  255. package/dist/js/treeshaking/getCacheIdentifier.js +0 -35
  256. package/dist/js/treeshaking/getEntryOptions.js +0 -26
  257. package/dist/js/treeshaking/getPackageManager.js +0 -101
  258. package/dist/js/treeshaking/getPort.js +0 -103
  259. package/dist/js/treeshaking/import.js +0 -11
  260. package/dist/js/treeshaking/index.js +0 -34
  261. package/dist/js/treeshaking/is/index.js +0 -81
  262. package/dist/js/treeshaking/is/node-env.js +0 -13
  263. package/dist/js/treeshaking/is/platform.js +0 -6
  264. package/dist/js/treeshaking/is/type.js +0 -27
  265. package/dist/js/treeshaking/logger.js +0 -188
  266. package/dist/js/treeshaking/monorepo.js +0 -95
  267. package/dist/js/treeshaking/nodeEnv.js +0 -108
  268. package/dist/js/treeshaking/path.js +0 -11
  269. package/dist/js/treeshaking/pkgUp.js +0 -2
  270. package/dist/js/treeshaking/prettyInstructions.js +0 -100
  271. package/dist/js/treeshaking/printBuildError.js +0 -40
  272. package/dist/js/treeshaking/readTsConfig.js +0 -13
  273. package/dist/js/treeshaking/removeSlash.js +0 -9
  274. package/dist/js/treeshaking/runtimeExports.js +0 -61
  275. package/dist/js/treeshaking/wait.js +0 -8
  276. package/dist/js/treeshaking/watch.js +0 -112
  277. package/dist/types/applyOptionsChain.d.ts +0 -6
  278. package/dist/types/chalk.d.ts +0 -2
  279. package/dist/types/clearConsole.d.ts +0 -1
  280. package/dist/types/constants.d.ts +0 -219
  281. package/dist/types/debug.d.ts +0 -8
  282. package/dist/types/emptyDir.d.ts +0 -1
  283. package/dist/types/is/platform.d.ts +0 -2
  284. package/dist/types/logger.d.ts +0 -63
  285. package/dist/types/pkgUp.d.ts +0 -2
  286. package/tests/.eslintrc.js +0 -6
  287. package/tests/__snapshots__/prettyInstructions.test.ts.snap +0 -19
  288. package/tests/applyOptionsChain.test.ts +0 -100
  289. package/tests/compatRequire.test.ts +0 -32
  290. package/tests/debug.test.ts +0 -25
  291. package/tests/ensureAbsolutePath.test.ts +0 -16
  292. package/tests/findExists.test.ts +0 -22
  293. package/tests/fixtures/browserlist/develop/package.json +0 -11
  294. package/tests/fixtures/browserlist/dotfile/.browserslistrc +0 -3
  295. package/tests/fixtures/browserlist/pkg/package.json +0 -7
  296. package/tests/fixtures/compat-require/cjs.js +0 -1
  297. package/tests/fixtures/compat-require/empty.js +0 -1
  298. package/tests/fixtures/compat-require/esm.js +0 -5
  299. package/tests/fixtures/compat-require/foo.js +0 -3
  300. package/tests/fixtures/file-exists/a.ejs +0 -0
  301. package/tests/fixtures/file-exists/a.js/.gitkeep +0 -0
  302. package/tests/fixtures/file-exists/a.mjs +0 -0
  303. package/tests/fixtures/file-exists/a.ts +0 -0
  304. package/tests/format.test.ts +0 -60
  305. package/tests/generateMetaTags.test.ts +0 -19
  306. package/tests/getBrowserslist.test.ts +0 -32
  307. package/tests/getCacheIdentifier.test.ts +0 -37
  308. package/tests/getEntryOptions.test.ts +0 -53
  309. package/tests/index.test.ts +0 -18
  310. package/tests/is.test.ts +0 -27
  311. package/tests/isPlatform.test.ts +0 -19
  312. package/tests/isType.test.ts +0 -85
  313. package/tests/logger.test.ts +0 -53
  314. package/tests/prettyInstructions.test.ts +0 -139
  315. package/tests/removeSlash.test.ts +0 -19
  316. package/tests/tsconfig.json +0 -11
  317. package/tests/wait.ts +0 -38
@@ -0,0 +1,405 @@
1
+ import _ = require("../index");
2
+ declare module "../index" {
3
+ interface LoDashStatic {
4
+ /**
5
+ * Adds two numbers.
6
+ *
7
+ * @param augend The first number to add.
8
+ * @param addend The second number to add.
9
+ * @return Returns the sum.
10
+ */
11
+ add(augend: number, addend: number): number;
12
+ }
13
+ interface LoDashImplicitWrapper<TValue> {
14
+ /**
15
+ * @see _.add
16
+ */
17
+ add(addend: number): number;
18
+ }
19
+ interface LoDashExplicitWrapper<TValue> {
20
+ /**
21
+ * @see _.add
22
+ */
23
+ add(addend: number): PrimitiveChain<number>;
24
+ }
25
+
26
+ interface LoDashStatic {
27
+ /**
28
+ * Calculates n rounded up to precision.
29
+ *
30
+ * @param n The number to round up.
31
+ * @param precision The precision to round up to.
32
+ * @return Returns the rounded up number.
33
+ */
34
+ ceil(n: number, precision?: number): number;
35
+ }
36
+ interface LoDashImplicitWrapper<TValue> {
37
+ /**
38
+ * @see _.ceil
39
+ */
40
+ ceil(precision?: number): number;
41
+ }
42
+ interface LoDashExplicitWrapper<TValue> {
43
+ /**
44
+ * @see _.ceil
45
+ */
46
+ ceil(precision?: number): PrimitiveChain<number>;
47
+ }
48
+
49
+ interface LoDashStatic {
50
+ /**
51
+ * Divide two numbers.
52
+ *
53
+ * @param dividend The first number in a division.
54
+ * @param divisor The second number in a division.
55
+ * @returns Returns the quotient.
56
+ */
57
+ divide(dividend: number, divisor: number): number;
58
+ }
59
+ interface LoDashImplicitWrapper<TValue> {
60
+ /**
61
+ * @see _.divide
62
+ */
63
+ divide(divisor: number): number;
64
+ }
65
+ interface LoDashExplicitWrapper<TValue> {
66
+ /**
67
+ * @see _.divide
68
+ */
69
+ divide(divisor: number): PrimitiveChain<number>;
70
+ }
71
+
72
+ interface LoDashStatic {
73
+ /**
74
+ * Calculates n rounded down to precision.
75
+ *
76
+ * @param n The number to round down.
77
+ * @param precision The precision to round down to.
78
+ * @return Returns the rounded down number.
79
+ */
80
+ floor(n: number, precision?: number): number;
81
+ }
82
+ interface LoDashImplicitWrapper<TValue> {
83
+ /**
84
+ * @see _.floor
85
+ */
86
+ floor(precision?: number): number;
87
+ }
88
+ interface LoDashExplicitWrapper<TValue> {
89
+ /**
90
+ * @see _.floor
91
+ */
92
+ floor(precision?: number): PrimitiveChain<number>;
93
+ }
94
+
95
+ interface LoDashStatic {
96
+ /**
97
+ * Computes the maximum value of `array`. If `array` is empty or falsey
98
+ * `undefined` is returned.
99
+ *
100
+ * @category Math
101
+ * @param array The array to iterate over.
102
+ * @returns Returns the maximum value.
103
+ */
104
+ max<T>(collection: List<T> | null | undefined): T | undefined;
105
+ }
106
+ interface Collection<T> {
107
+ /**
108
+ * @see _.max
109
+ */
110
+ max(): T | undefined;
111
+ }
112
+ interface CollectionChain<T> {
113
+ /**
114
+ * @see _.max
115
+ */
116
+ max(): ExpChain<T | undefined>;
117
+ }
118
+
119
+ interface LoDashStatic {
120
+ /**
121
+ * This method is like `_.max` except that it accepts `iteratee` which is
122
+ * invoked for each element in `array` to generate the criterion by which
123
+ * the value is ranked. The iteratee is invoked with one argument: (value).
124
+ *
125
+ * @category Math
126
+ * @param array The array to iterate over.
127
+ * @param iteratee The iteratee invoked per element.
128
+ * @returns Returns the maximum value.
129
+ * @example
130
+ *
131
+ * var objects = [{ 'n': 1 }, { 'n': 2 }];
132
+ *
133
+ * _.maxBy(objects, function(o) { return o.a; });
134
+ * // => { 'n': 2 }
135
+ *
136
+ * // using the `_.property` iteratee shorthand
137
+ * _.maxBy(objects, 'n');
138
+ * // => { 'n': 2 }
139
+ */
140
+ maxBy<T>(collection: List<T> | null | undefined, iteratee?: ValueIteratee<T>): T | undefined;
141
+ }
142
+ interface Collection<T> {
143
+ /**
144
+ * @see _.maxBy
145
+ */
146
+ maxBy(iteratee?: ValueIteratee<T>): T | undefined;
147
+ }
148
+ interface CollectionChain<T> {
149
+ /**
150
+ * @see _.maxBy
151
+ */
152
+ maxBy(iteratee?: ValueIteratee<T>): ExpChain<T | undefined>;
153
+ }
154
+
155
+ interface LoDashStatic {
156
+ /**
157
+ * Computes the mean of the values in `array`.
158
+ *
159
+ * @category Math
160
+ * @param array The array to iterate over.
161
+ * @returns Returns the mean.
162
+ * @example
163
+ *
164
+ * _.mean([4, 2, 8, 6]);
165
+ * // => 5
166
+ */
167
+ mean(collection: List<any> | null | undefined): number;
168
+ }
169
+ interface LoDashImplicitWrapper<TValue> {
170
+ /**
171
+ * @see _.mean
172
+ */
173
+ mean(): number;
174
+ }
175
+ interface LoDashExplicitWrapper<TValue> {
176
+ /**
177
+ * @see _.mean
178
+ */
179
+ mean(): PrimitiveChain<number>;
180
+ }
181
+
182
+ interface LoDashStatic {
183
+ /**
184
+ * Computes the mean of the provided properties of the objects in the `array`
185
+ *
186
+ * @category Math
187
+ * @param array The array to iterate over.
188
+ * @param iteratee The iteratee invoked per element.
189
+ * @returns Returns the mean.
190
+ * @example
191
+ *
192
+ * _.mean([{ 'n': 4 }, { 'n': 2 }, { 'n': 8 }, { 'n': 6 }], 'n');
193
+ * // => 5
194
+ */
195
+ meanBy<T>(collection: List<T> | null | undefined, iteratee?: ValueIteratee<T>): number;
196
+ }
197
+ interface Collection<T> {
198
+ /**
199
+ * @see _.meanBy
200
+ */
201
+ meanBy(iteratee?: ValueIteratee<T>): number;
202
+ }
203
+ interface CollectionChain<T> {
204
+ /**
205
+ * @see _.meanBy
206
+ */
207
+ meanBy(iteratee?: ValueIteratee<T>): PrimitiveChain<number>;
208
+ }
209
+
210
+ interface LoDashStatic {
211
+ /**
212
+ * Computes the minimum value of `array`. If `array` is empty or falsey
213
+ * `undefined` is returned.
214
+ *
215
+ * @category Math
216
+ * @param array The array to iterate over.
217
+ * @returns Returns the minimum value.
218
+ */
219
+ min<T>(collection: List<T> | null | undefined): T | undefined;
220
+ }
221
+ interface Collection<T> {
222
+ /**
223
+ * @see _.min
224
+ */
225
+ min(): T | undefined;
226
+ }
227
+ interface CollectionChain<T> {
228
+ /**
229
+ * @see _.min
230
+ */
231
+ min(): ExpChain<T | undefined>;
232
+ }
233
+
234
+ interface LoDashStatic {
235
+ /**
236
+ * This method is like `_.min` except that it accepts `iteratee` which is
237
+ * invoked for each element in `array` to generate the criterion by which
238
+ * the value is ranked. The iteratee is invoked with one argument: (value).
239
+ *
240
+ * @category Math
241
+ * @param array The array to iterate over.
242
+ * @param iteratee The iteratee invoked per element.
243
+ * @returns Returns the minimum value.
244
+ * @example
245
+ *
246
+ * var objects = [{ 'n': 1 }, { 'n': 2 }];
247
+ *
248
+ * _.minBy(objects, function(o) { return o.a; });
249
+ * // => { 'n': 1 }
250
+ *
251
+ * // using the `_.property` iteratee shorthand
252
+ * _.minBy(objects, 'n');
253
+ * // => { 'n': 1 }
254
+ */
255
+ minBy<T>(collection: List<T> | null | undefined, iteratee?: ValueIteratee<T>): T | undefined;
256
+ }
257
+ interface Collection<T> {
258
+ /**
259
+ * @see _.minBy
260
+ */
261
+ minBy(iteratee?: ValueIteratee<T>): T | undefined;
262
+ }
263
+ interface CollectionChain<T> {
264
+ /**
265
+ * @see _.minBy
266
+ */
267
+ minBy(iteratee?: ValueIteratee<T>): ExpChain<T | undefined>;
268
+ }
269
+
270
+ interface LoDashStatic {
271
+ /**
272
+ * Multiply two numbers.
273
+ * @param multiplier The first number in a multiplication.
274
+ * @param multiplicand The second number in a multiplication.
275
+ * @returns Returns the product.
276
+ */
277
+ multiply(multiplier: number, multiplicand: number): number;
278
+ }
279
+ interface LoDashImplicitWrapper<TValue> {
280
+ /**
281
+ * @see _.multiply
282
+ */
283
+ multiply(multiplicand: number): number;
284
+ }
285
+ interface LoDashExplicitWrapper<TValue> {
286
+ /**
287
+ * @see _.multiply
288
+ */
289
+ multiply(multiplicand: number): PrimitiveChain<number>;
290
+ }
291
+
292
+ interface LoDashStatic {
293
+ /**
294
+ * Calculates n rounded to precision.
295
+ *
296
+ * @param n The number to round.
297
+ * @param precision The precision to round to.
298
+ * @return Returns the rounded number.
299
+ */
300
+ round(n: number, precision?: number): number;
301
+ }
302
+ interface LoDashImplicitWrapper<TValue> {
303
+ /**
304
+ * @see _.round
305
+ */
306
+ round(precision?: number): number;
307
+ }
308
+ interface LoDashExplicitWrapper<TValue> {
309
+ /**
310
+ * @see _.round
311
+ */
312
+ round(precision?: number): PrimitiveChain<number>;
313
+ }
314
+
315
+ interface LoDashStatic {
316
+ /**
317
+ * Subtract two numbers.
318
+ *
319
+ * @category Math
320
+ * @param minuend The first number in a subtraction.
321
+ * @param subtrahend The second number in a subtraction.
322
+ * @returns Returns the difference.
323
+ * @example
324
+ *
325
+ * _.subtract(6, 4);
326
+ * // => 2
327
+ */
328
+ subtract(minuend: number, subtrahend: number): number;
329
+ }
330
+ interface LoDashImplicitWrapper<TValue> {
331
+ /**
332
+ * @see _.subtract
333
+ */
334
+ subtract(subtrahend: number): number;
335
+ }
336
+ interface LoDashExplicitWrapper<TValue> {
337
+ /**
338
+ * @see _.subtract
339
+ */
340
+ subtract(subtrahend: number): PrimitiveChain<number>;
341
+ }
342
+
343
+ interface LoDashStatic {
344
+ /**
345
+ * Computes the sum of the values in `array`.
346
+ *
347
+ * @category Math
348
+ * @param array The array to iterate over.
349
+ * @returns Returns the sum.
350
+ * @example
351
+ *
352
+ * _.sum([4, 2, 8, 6]);
353
+ * // => 20
354
+ */
355
+ sum(collection: List<any> | null | undefined): number;
356
+ }
357
+ interface LoDashImplicitWrapper<TValue> {
358
+ /**
359
+ * @see _.sum
360
+ */
361
+ sum(): number;
362
+ }
363
+ interface LoDashExplicitWrapper<TValue> {
364
+ /**
365
+ * @see _.sum
366
+ */
367
+ sum(): PrimitiveChain<number>;
368
+ }
369
+
370
+ interface LoDashStatic {
371
+ /**
372
+ * This method is like `_.sum` except that it accepts `iteratee` which is
373
+ * invoked for each element in `array` to generate the value to be summed.
374
+ * The iteratee is invoked with one argument: (value).
375
+ *
376
+ * @category Math
377
+ * @param array The array to iterate over.
378
+ * @param [iteratee=_.identity] The iteratee invoked per element.
379
+ * @returns Returns the sum.
380
+ * @example
381
+ *
382
+ * var objects = [{ 'n': 4 }, { 'n': 2 }, { 'n': 8 }, { 'n': 6 }];
383
+ *
384
+ * _.sumBy(objects, function(o) { return o.n; });
385
+ * // => 20
386
+ *
387
+ * // using the `_.property` iteratee shorthand
388
+ * _.sumBy(objects, 'n');
389
+ * // => 20
390
+ */
391
+ sumBy<T>(collection: List<T> | null | undefined, iteratee?: ((value: T) => number) | string): number;
392
+ }
393
+ interface Collection<T> {
394
+ /**
395
+ * @see _.sumBy
396
+ */
397
+ sumBy(iteratee?: ((value: T) => number) | string): number;
398
+ }
399
+ interface CollectionChain<T> {
400
+ /**
401
+ * @see _.sumBy
402
+ */
403
+ sumBy(iteratee?: ((value: T) => number) | string): PrimitiveChain<number>;
404
+ }
405
+ }
@@ -0,0 +1,131 @@
1
+ import _ = require("../index");
2
+ declare module "../index" {
3
+ // clamp
4
+ interface LoDashStatic {
5
+ /**
6
+ * Clamps `number` within the inclusive `lower` and `upper` bounds.
7
+ *
8
+ * @category Number
9
+ * @param number The number to clamp.
10
+ * @param [lower] The lower bound.
11
+ * @param upper The upper bound.
12
+ * @returns Returns the clamped number.
13
+ * @example
14
+ *
15
+ * _.clamp(-10, -5, 5);
16
+ * // => -5
17
+ *
18
+ * _.clamp(10, -5, 5);
19
+ * // => 5
20
+ * Clamps `number` within the inclusive `lower` and `upper` bounds.
21
+ *
22
+ * @category Number
23
+ * @param number The number to clamp.
24
+ * @param [lower] The lower bound.
25
+ * @param upper The upper bound.
26
+ * @returns Returns the clamped number.
27
+ * @example
28
+ *
29
+ * _.clamp(-10, -5, 5);
30
+ * // => -5
31
+ *
32
+ * _.clamp(10, -5, 5);
33
+ */
34
+ clamp(number: number, lower: number, upper: number): number;
35
+ /**
36
+ * @see _.clamp
37
+ */
38
+ clamp(number: number, upper: number): number;
39
+ }
40
+ interface LoDashImplicitWrapper<TValue> {
41
+ /**
42
+ * @see _.clamp
43
+ */
44
+ clamp(lower: number, upper: number): number;
45
+ /**
46
+ * @see _.clamp
47
+ */
48
+ clamp(upper: number): number;
49
+ }
50
+ interface LoDashExplicitWrapper<TValue> {
51
+ /**
52
+ * @see _.clamp
53
+ */
54
+ clamp(lower: number, upper: number): PrimitiveChain<number>;
55
+ /**
56
+ * @see _.clamp
57
+ */
58
+ clamp(upper: number): PrimitiveChain<number>;
59
+ }
60
+ // inRange
61
+ interface LoDashStatic {
62
+ /**
63
+ * Checks if n is between start and up to but not including, end. If end is not specified it’s set to start
64
+ * with start then set to 0.
65
+ *
66
+ * @param n The number to check.
67
+ * @param start The start of the range.
68
+ * @param end The end of the range.
69
+ * @return Returns true if n is in the range, else false.
70
+ */
71
+ inRange(n: number, start: number, end?: number): boolean;
72
+ }
73
+ interface LoDashImplicitWrapper<TValue> {
74
+ /**
75
+ * @see _.inRange
76
+ */
77
+ inRange(start: number, end?: number): boolean;
78
+ }
79
+ interface LoDashExplicitWrapper<TValue> {
80
+ /**
81
+ * @see _.inRange
82
+ */
83
+ inRange(start: number, end?: number): PrimitiveChain<boolean>;
84
+ }
85
+ // random
86
+ interface LoDashStatic {
87
+ /**
88
+ * Produces a random number between min and max (inclusive). If only one argument is provided a number between
89
+ * 0 and the given number is returned. If floating is true, or either min or max are floats, a floating-point
90
+ * number is returned instead of an integer.
91
+ *
92
+ * @param min The minimum possible value.
93
+ * @param max The maximum possible value.
94
+ * @param floating Specify returning a floating-point number.
95
+ * @return Returns the random number.
96
+ */
97
+ random(floating?: boolean): number;
98
+ /**
99
+ * @see _.random
100
+ */
101
+ random(max: number, floating?: boolean): number;
102
+ /**
103
+ * @see _.random
104
+ */
105
+ random(min: number, max: number, floating?: boolean): number;
106
+ /**
107
+ * @see _.random
108
+ */
109
+ random(min: number, index: string | number, guard: object): number;
110
+ }
111
+ interface LoDashImplicitWrapper<TValue> {
112
+ /**
113
+ * @see _.random
114
+ */
115
+ random(floating?: boolean): number;
116
+ /**
117
+ * @see _.random
118
+ */
119
+ random(max: number, floating?: boolean): number;
120
+ }
121
+ interface LoDashExplicitWrapper<TValue> {
122
+ /**
123
+ * @see _.random
124
+ */
125
+ random(floating?: boolean): PrimitiveChain<number>;
126
+ /**
127
+ * @see _.random
128
+ */
129
+ random(max: number, floating?: boolean): PrimitiveChain<number>;
130
+ }
131
+ }