@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,788 @@
1
+ import _ = require("../index");
2
+ declare module "../index" {
3
+ interface LoDashStatic {
4
+ /**
5
+ * Converts string to camel case.
6
+ *
7
+ * @param string The string to convert.
8
+ * @return Returns the camel cased string.
9
+ */
10
+ camelCase(string?: string): string;
11
+ }
12
+ interface LoDashImplicitWrapper<TValue> {
13
+ /**
14
+ * @see _.camelCase
15
+ */
16
+ camelCase(): string;
17
+ }
18
+ interface LoDashExplicitWrapper<TValue> {
19
+ /**
20
+ * @see _.camelCase
21
+ */
22
+ camelCase(): StringChain;
23
+ }
24
+
25
+ interface LoDashStatic {
26
+ /**
27
+ * Converts the first character of string to upper case and the remaining to lower case.
28
+ *
29
+ * @param string The string to capitalize.
30
+ * @return Returns the capitalized string.
31
+ */
32
+ capitalize(string?: string): string;
33
+ }
34
+ interface LoDashImplicitWrapper<TValue> {
35
+ /**
36
+ * @see _.capitalize
37
+ */
38
+ capitalize(): string;
39
+ }
40
+ interface LoDashExplicitWrapper<TValue> {
41
+ /**
42
+ * @see _.capitalize
43
+ */
44
+ capitalize(): StringChain;
45
+ }
46
+
47
+ interface LoDashStatic {
48
+ /**
49
+ * Deburrs string by converting latin-1 supplementary letters to basic latin letters and removing combining
50
+ * diacritical marks.
51
+ *
52
+ * @param string The string to deburr.
53
+ * @return Returns the deburred string.
54
+ */
55
+ deburr(string?: string): string;
56
+ }
57
+ interface LoDashImplicitWrapper<TValue> {
58
+ /**
59
+ * @see _.deburr
60
+ */
61
+ deburr(): string;
62
+ }
63
+ interface LoDashExplicitWrapper<TValue> {
64
+ /**
65
+ * @see _.deburr
66
+ */
67
+ deburr(): StringChain;
68
+ }
69
+
70
+ interface LoDashStatic {
71
+ /**
72
+ * Checks if string ends with the given target string.
73
+ *
74
+ * @param string The string to search.
75
+ * @param target The string to search for.
76
+ * @param position The position to search from.
77
+ * @return Returns true if string ends with target, else false.
78
+ */
79
+ endsWith(string?: string, target?: string, position?: number): boolean;
80
+ }
81
+ interface LoDashImplicitWrapper<TValue> {
82
+ /**
83
+ * @see _.endsWith
84
+ */
85
+ endsWith(target?: string, position?: number): boolean;
86
+ }
87
+ interface LoDashExplicitWrapper<TValue> {
88
+ /**
89
+ * @see _.endsWith
90
+ */
91
+ endsWith(target?: string, position?: number): PrimitiveChain<boolean>;
92
+ }
93
+
94
+ interface LoDashStatic {
95
+ /**
96
+ * Converts the characters "&", "<", ">", '"', "'", and "`" in string to their corresponding HTML entities.
97
+ *
98
+ * Note: No other characters are escaped. To escape additional characters use a third-party library like he.
99
+ *
100
+ * hough the ">" character is escaped for symmetry, characters like ">" and "/" don’t need escaping in HTML
101
+ * and have no special meaning unless they're part of a tag or unquoted attribute value. See Mathias Bynens’s
102
+ * article (under "semi-related fun fact") for more details.
103
+ *
104
+ * Backticks are escaped because in IE < 9, they can break out of attribute values or HTML comments. See #59,
105
+ * #102, #108, and #133 of the HTML5 Security Cheatsheet for more details.
106
+ *
107
+ * When working with HTML you should always quote attribute values to reduce XSS vectors.
108
+ *
109
+ * @param string The string to escape.
110
+ * @return Returns the escaped string.
111
+ */
112
+ escape(string?: string): string;
113
+ }
114
+ interface LoDashImplicitWrapper<TValue> {
115
+ /**
116
+ * @see _.escape
117
+ */
118
+ escape(): string;
119
+ }
120
+ interface LoDashExplicitWrapper<TValue> {
121
+ /**
122
+ * @see _.escape
123
+ */
124
+ escape(): StringChain;
125
+ }
126
+
127
+ interface LoDashStatic {
128
+ /**
129
+ * Escapes the RegExp special characters "^", "$", "\", ".", "*", "+", "?", "(", ")", "[", "]",
130
+ * "{", "}", and "|" in string.
131
+ *
132
+ * @param string The string to escape.
133
+ * @return Returns the escaped string.
134
+ */
135
+ escapeRegExp(string?: string): string;
136
+ }
137
+ interface LoDashImplicitWrapper<TValue> {
138
+ /**
139
+ * @see _.escapeRegExp
140
+ */
141
+ escapeRegExp(): string;
142
+ }
143
+ interface LoDashExplicitWrapper<TValue> {
144
+ /**
145
+ * @see _.escapeRegExp
146
+ */
147
+ escapeRegExp(): StringChain;
148
+ }
149
+
150
+ interface LoDashStatic {
151
+ /**
152
+ * Converts string to kebab case.
153
+ *
154
+ * @param string The string to convert.
155
+ * @return Returns the kebab cased string.
156
+ */
157
+ kebabCase(string?: string): string;
158
+ }
159
+ interface LoDashImplicitWrapper<TValue> {
160
+ /**
161
+ * @see _.kebabCase
162
+ */
163
+ kebabCase(): string;
164
+ }
165
+ interface LoDashExplicitWrapper<TValue> {
166
+ /**
167
+ * @see _.kebabCase
168
+ */
169
+ kebabCase(): StringChain;
170
+ }
171
+
172
+ interface LoDashStatic {
173
+ /**
174
+ * Converts `string`, as space separated words, to lower case.
175
+ *
176
+ * @param string The string to convert.
177
+ * @return Returns the lower cased string.
178
+ */
179
+ lowerCase(string?: string): string;
180
+ }
181
+ interface LoDashImplicitWrapper<TValue> {
182
+ /**
183
+ * @see _.lowerCase
184
+ */
185
+ lowerCase(): string;
186
+ }
187
+ interface LoDashExplicitWrapper<TValue> {
188
+ /**
189
+ * @see _.lowerCase
190
+ */
191
+ lowerCase(): StringChain;
192
+ }
193
+
194
+ interface LoDashStatic {
195
+ /**
196
+ * Converts the first character of `string` to lower case.
197
+ *
198
+ * @param string The string to convert.
199
+ * @return Returns the converted string.
200
+ */
201
+ lowerFirst(string?: string): string;
202
+ }
203
+ interface LoDashImplicitWrapper<TValue> {
204
+ /**
205
+ * @see _.lowerFirst
206
+ */
207
+ lowerFirst(): string;
208
+ }
209
+ interface LoDashExplicitWrapper<TValue> {
210
+ /**
211
+ * @see _.lowerFirst
212
+ */
213
+ lowerFirst(): StringChain;
214
+ }
215
+
216
+ interface LoDashStatic {
217
+ /**
218
+ * Pads string on the left and right sides if it’s shorter than length. Padding characters are truncated if
219
+ * they can’t be evenly divided by length.
220
+ *
221
+ * @param string The string to pad.
222
+ * @param length The padding length.
223
+ * @param chars The string used as padding.
224
+ * @return Returns the padded string.
225
+ */
226
+ pad(string?: string, length?: number, chars?: string): string;
227
+ }
228
+ interface LoDashImplicitWrapper<TValue> {
229
+ /**
230
+ * @see _.pad
231
+ */
232
+ pad(length?: number, chars?: string): string;
233
+ }
234
+ interface LoDashExplicitWrapper<TValue> {
235
+ /**
236
+ * @see _.pad
237
+ */
238
+ pad(length?: number, chars?: string): StringChain;
239
+ }
240
+
241
+ interface LoDashStatic {
242
+ /**
243
+ * Pads string on the right side if it’s shorter than length. Padding characters are truncated if they exceed
244
+ * length.
245
+ *
246
+ * @param string The string to pad.
247
+ * @param length The padding length.
248
+ * @param chars The string used as padding.
249
+ * @return Returns the padded string.
250
+ */
251
+ padEnd(string?: string, length?: number, chars?: string): string;
252
+ }
253
+ interface LoDashImplicitWrapper<TValue> {
254
+ /**
255
+ * @see _.padEnd
256
+ */
257
+ padEnd(length?: number, chars?: string): string;
258
+ }
259
+ interface LoDashExplicitWrapper<TValue> {
260
+ /**
261
+ * @see _.padEnd
262
+ */
263
+ padEnd(length?: number, chars?: string): StringChain;
264
+ }
265
+
266
+ interface LoDashStatic {
267
+ /**
268
+ * Pads string on the left side if it’s shorter than length. Padding characters are truncated if they exceed
269
+ * length.
270
+ *
271
+ * @param string The string to pad.
272
+ * @param length The padding length.
273
+ * @param chars The string used as padding.
274
+ * @return Returns the padded string.
275
+ */
276
+ padStart(string?: string, length?: number, chars?: string): string;
277
+ }
278
+ interface LoDashImplicitWrapper<TValue> {
279
+ /**
280
+ * @see _.padStart
281
+ */
282
+ padStart(length?: number, chars?: string): string;
283
+ }
284
+ interface LoDashExplicitWrapper<TValue> {
285
+ /**
286
+ * @see _.padStart
287
+ */
288
+ padStart(length?: number, chars?: string): StringChain;
289
+ }
290
+
291
+ interface LoDashStatic {
292
+ /**
293
+ * Converts string to an integer of the specified radix. If radix is undefined or 0, a radix of 10 is used
294
+ * unless value is a hexadecimal, in which case a radix of 16 is used.
295
+ *
296
+ * Note: This method aligns with the ES5 implementation of parseInt.
297
+ *
298
+ * @param string The string to convert.
299
+ * @param radix The radix to interpret value by.
300
+ * @return Returns the converted integer.
301
+ */
302
+ parseInt(string: string, radix?: number): number;
303
+ }
304
+ interface LoDashImplicitWrapper<TValue> {
305
+ /**
306
+ * @see _.parseInt
307
+ */
308
+ parseInt(radix?: number): number;
309
+ }
310
+ interface LoDashExplicitWrapper<TValue> {
311
+ /**
312
+ * @see _.parseInt
313
+ */
314
+ parseInt(radix?: number): PrimitiveChain<number>;
315
+ }
316
+
317
+ interface LoDashStatic {
318
+ /**
319
+ * Repeats the given string n times.
320
+ *
321
+ * @param string The string to repeat.
322
+ * @param n The number of times to repeat the string.
323
+ * @return Returns the repeated string.
324
+ */
325
+ repeat(string?: string, n?: number): string;
326
+ }
327
+ interface LoDashImplicitWrapper<TValue> {
328
+ /**
329
+ * @see _.repeat
330
+ */
331
+ repeat(n?: number): string;
332
+ }
333
+ interface LoDashExplicitWrapper<TValue> {
334
+ /**
335
+ * @see _.repeat
336
+ */
337
+ repeat(n?: number): StringChain;
338
+ }
339
+ type ReplaceFunction = (match: string, ...args: any[]) => string;
340
+
341
+ interface LoDashStatic {
342
+ /**
343
+ * Replaces matches for pattern in string with replacement.
344
+ *
345
+ * Note: This method is based on String#replace.
346
+ *
347
+ * @return Returns the modified string.
348
+ */
349
+ replace(string: string, pattern: RegExp | string, replacement: ReplaceFunction | string): string;
350
+ /**
351
+ * @see _.replace
352
+ */
353
+ replace(pattern: RegExp | string, replacement: ReplaceFunction | string): string;
354
+ }
355
+ interface LoDashImplicitWrapper<TValue> {
356
+ /**
357
+ * @see _.replace
358
+ */
359
+ replace(pattern: RegExp | string, replacement: ReplaceFunction | string): string;
360
+ /**
361
+ * @see _.replace
362
+ */
363
+ replace(replacement: ReplaceFunction | string): string;
364
+ }
365
+ interface LoDashExplicitWrapper<TValue> {
366
+ /**
367
+ * @see _.replace
368
+ */
369
+ replace(pattern: RegExp | string, replacement: ReplaceFunction | string): StringChain;
370
+ /**
371
+ * @see _.replace
372
+ */
373
+ replace(replacement: ReplaceFunction | string): StringChain;
374
+ }
375
+
376
+ interface LoDashStatic {
377
+ /**
378
+ * Converts string to snake case.
379
+ *
380
+ * @param string The string to convert.
381
+ * @return Returns the snake cased string.
382
+ */
383
+ snakeCase(string?: string): string;
384
+ }
385
+ interface LoDashImplicitWrapper<TValue> {
386
+ /**
387
+ * @see _.snakeCase
388
+ */
389
+ snakeCase(): string;
390
+ }
391
+ interface LoDashExplicitWrapper<TValue> {
392
+ /**
393
+ * @see _.snakeCase
394
+ */
395
+ snakeCase(): StringChain;
396
+ }
397
+
398
+ interface LoDashStatic {
399
+ /**
400
+ * Splits string by separator.
401
+ *
402
+ * Note: This method is based on String#split.
403
+ *
404
+ * @param string The string to split.
405
+ * @param separator The separator pattern to split by.
406
+ * @param limit The length to truncate results to.
407
+ * @return Returns the new array of string segments.
408
+ */
409
+ split(string: string | null | undefined, separator?: RegExp | string, limit?: number): string[];
410
+ /**
411
+ * @see _.split
412
+ */
413
+ split(string: string | null | undefined, index: string | number, guard: object): string[];
414
+ }
415
+ interface LoDashImplicitWrapper<TValue> {
416
+ /**
417
+ * @see _.split
418
+ */
419
+ split(separator?: RegExp | string, limit?: number): Collection<string>;
420
+ }
421
+ interface LoDashExplicitWrapper<TValue> {
422
+ /**
423
+ * @see _.split
424
+ */
425
+ split(separator?: RegExp | string, limit?: number): CollectionChain<string>;
426
+ }
427
+
428
+ interface LoDashStatic {
429
+ /**
430
+ * Converts string to start case.
431
+ *
432
+ * @param string The string to convert.
433
+ * @return Returns the start cased string.
434
+ */
435
+ startCase(string?: string): string;
436
+ }
437
+ interface LoDashImplicitWrapper<TValue> {
438
+ /**
439
+ * @see _.startCase
440
+ */
441
+ startCase(): string;
442
+ }
443
+ interface LoDashExplicitWrapper<TValue> {
444
+ /**
445
+ * @see _.startCase
446
+ */
447
+ startCase(): StringChain;
448
+ }
449
+
450
+ interface LoDashStatic {
451
+ /**
452
+ * Checks if string starts with the given target string.
453
+ *
454
+ * @param string The string to search.
455
+ * @param target The string to search for.
456
+ * @param position The position to search from.
457
+ * @return Returns true if string starts with target, else false.
458
+ */
459
+ startsWith(string?: string, target?: string, position?: number): boolean;
460
+ }
461
+ interface LoDashImplicitWrapper<TValue> {
462
+ /**
463
+ * @see _.startsWith
464
+ */
465
+ startsWith(target?: string, position?: number): boolean;
466
+ }
467
+ interface LoDashExplicitWrapper<TValue> {
468
+ /**
469
+ * @see _.startsWith
470
+ */
471
+ startsWith(target?: string, position?: number): PrimitiveChain<boolean>;
472
+ }
473
+
474
+ interface TemplateOptions extends TemplateSettings {
475
+ /**
476
+ * @see _.sourceURL
477
+ */
478
+ sourceURL?: string | undefined;
479
+ }
480
+ interface TemplateExecutor {
481
+ (data?: object): string;
482
+ /**
483
+ * @see _.source
484
+ */
485
+ source: string;
486
+ }
487
+ interface LoDashStatic {
488
+ /**
489
+ * Creates a compiled template function that can interpolate data properties in "interpolate" delimiters,
490
+ * HTML-escape interpolated data properties in "escape" delimiters, and execute JavaScript in "evaluate"
491
+ * delimiters. Data properties may be accessed as free variables in the template. If a setting object is
492
+ * provided it takes precedence over _.templateSettings values.
493
+ *
494
+ * Note: In the development build _.template utilizes
495
+ * [sourceURLs](http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/#toc-sourceurl) for easier
496
+ * debugging.
497
+ *
498
+ * For more information on precompiling templates see
499
+ * [lodash's custom builds documentation](https://lodash.com/custom-builds).
500
+ *
501
+ * For more information on Chrome extension sandboxes see
502
+ * [Chrome's extensions documentation](https://developer.chrome.com/extensions/sandboxingEval).
503
+ *
504
+ * @param string The template string.
505
+ * @param options The options object.
506
+ * @param options.escape The HTML "escape" delimiter.
507
+ * @param options.evaluate The "evaluate" delimiter.
508
+ * @param options.imports An object to import into the template as free variables.
509
+ * @param options.interpolate The "interpolate" delimiter.
510
+ * @param options.sourceURL The sourceURL of the template's compiled source.
511
+ * @param options.variable The data object variable name.
512
+ * @return Returns the compiled template function.
513
+ */
514
+ template(string?: string, options?: TemplateOptions): TemplateExecutor;
515
+ }
516
+ interface LoDashImplicitWrapper<TValue> {
517
+ /**
518
+ * @see _.template
519
+ */
520
+ template(options?: TemplateOptions): TemplateExecutor;
521
+ }
522
+ interface LoDashExplicitWrapper<TValue> {
523
+ /**
524
+ * @see _.template
525
+ */
526
+ template(options?: TemplateOptions): FunctionChain<TemplateExecutor>;
527
+ }
528
+
529
+ interface LoDashStatic {
530
+ /**
531
+ * Converts `string`, as a whole, to lower case.
532
+ *
533
+ * @param string The string to convert.
534
+ * @return Returns the lower cased string.
535
+ */
536
+ toLower(string?: string): string;
537
+ }
538
+ interface LoDashImplicitWrapper<TValue> {
539
+ /**
540
+ * @see _.toLower
541
+ */
542
+ toLower(): string;
543
+ }
544
+ interface LoDashExplicitWrapper<TValue> {
545
+ /**
546
+ * @see _.toLower
547
+ */
548
+ toLower(): StringChain;
549
+ }
550
+
551
+ interface LoDashStatic {
552
+ /**
553
+ * Converts `string`, as a whole, to upper case.
554
+ *
555
+ * @param string The string to convert.
556
+ * @return Returns the upper cased string.
557
+ */
558
+ toUpper(string?: string): string;
559
+ }
560
+ interface LoDashImplicitWrapper<TValue> {
561
+ /**
562
+ * @see _.toUpper
563
+ */
564
+ toUpper(): string;
565
+ }
566
+ interface LoDashExplicitWrapper<TValue> {
567
+ /**
568
+ * @see _.toUpper
569
+ */
570
+ toUpper(): StringChain;
571
+ }
572
+
573
+ interface LoDashStatic {
574
+ /**
575
+ * Removes leading and trailing whitespace or specified characters from string.
576
+ *
577
+ * @param string The string to trim.
578
+ * @param chars The characters to trim.
579
+ * @return Returns the trimmed string.
580
+ */
581
+ trim(string?: string, chars?: string): string;
582
+ /**
583
+ * @see _.trim
584
+ */
585
+ trim(string: string, index: string | number, guard: object): string;
586
+ }
587
+ interface LoDashImplicitWrapper<TValue> {
588
+ /**
589
+ * @see _.trim
590
+ */
591
+ trim(chars?: string): string;
592
+ }
593
+ interface LoDashExplicitWrapper<TValue> {
594
+ /**
595
+ * @see _.trim
596
+ */
597
+ trim(chars?: string): StringChain;
598
+ }
599
+
600
+ interface LoDashStatic {
601
+ /**
602
+ * Removes trailing whitespace or specified characters from string.
603
+ *
604
+ * @param string The string to trim.
605
+ * @param chars The characters to trim.
606
+ * @return Returns the trimmed string.
607
+ */
608
+ trimEnd(string?: string, chars?: string): string;
609
+ /**
610
+ * @see _.trimEnd
611
+ */
612
+ trimEnd(string: string, index: string | number, guard: object): string;
613
+ }
614
+ interface LoDashImplicitWrapper<TValue> {
615
+ /**
616
+ * @see _.trimEnd
617
+ */
618
+ trimEnd(chars?: string): string;
619
+ }
620
+ interface LoDashExplicitWrapper<TValue> {
621
+ /**
622
+ * @see _.trimEnd
623
+ */
624
+ trimEnd(chars?: string): StringChain;
625
+ }
626
+
627
+ interface LoDashStatic {
628
+ /**
629
+ * Removes leading whitespace or specified characters from string.
630
+ *
631
+ * @param string The string to trim.
632
+ * @param chars The characters to trim.
633
+ * @return Returns the trimmed string.
634
+ */
635
+ trimStart(string?: string, chars?: string): string;
636
+ /**
637
+ * @see _.trimStart
638
+ */
639
+ trimStart(string: string, index: string | number, guard: object): string;
640
+ }
641
+ interface LoDashImplicitWrapper<TValue> {
642
+ /**
643
+ * @see _.trimStart
644
+ */
645
+ trimStart(chars?: string): string;
646
+ }
647
+ interface LoDashExplicitWrapper<TValue> {
648
+ /**
649
+ * @see _.trimStart
650
+ */
651
+ trimStart(chars?: string): StringChain;
652
+ }
653
+
654
+ interface TruncateOptions {
655
+ /**
656
+ * @see _.length
657
+ */
658
+ length?: number | undefined;
659
+ /**
660
+ * @see _.omission
661
+ */
662
+ omission?: string | undefined;
663
+ /**
664
+ * @see _.separator
665
+ */
666
+ separator?: string | RegExp | undefined;
667
+ }
668
+ interface LoDashStatic {
669
+ /**
670
+ * Truncates string if it’s longer than the given maximum string length. The last characters of the truncated
671
+ * string are replaced with the omission string which defaults to "…".
672
+ *
673
+ * @param string The string to truncate.
674
+ * @param options The options object or maximum string length.
675
+ * @return Returns the truncated string.
676
+ */
677
+ truncate(string?: string, options?: TruncateOptions): string;
678
+ }
679
+ interface LoDashImplicitWrapper<TValue> {
680
+ /**
681
+ * @see _.truncate
682
+ */
683
+ truncate(options?: TruncateOptions): string;
684
+ }
685
+ interface LoDashExplicitWrapper<TValue> {
686
+ /**
687
+ * @see _.truncate
688
+ */
689
+ truncate(options?: TruncateOptions): StringChain;
690
+ }
691
+
692
+ interface LoDashStatic {
693
+ /**
694
+ * The inverse of _.escape; this method converts the HTML entities &amp;, &lt;, &gt;, &quot;, &#39;, and &#96;
695
+ * in string to their corresponding characters.
696
+ *
697
+ * Note: No other HTML entities are unescaped. To unescape additional HTML entities use a third-party library
698
+ * like he.
699
+ *
700
+ * @param string The string to unescape.
701
+ * @return Returns the unescaped string.
702
+ */
703
+ unescape(string?: string): string;
704
+ }
705
+ interface LoDashImplicitWrapper<TValue> {
706
+ /**
707
+ * @see _.unescape
708
+ */
709
+ unescape(): string;
710
+ }
711
+ interface LoDashExplicitWrapper<TValue> {
712
+ /**
713
+ * @see _.unescape
714
+ */
715
+ unescape(): StringChain;
716
+ }
717
+
718
+ interface LoDashStatic {
719
+ /**
720
+ * Converts `string`, as space separated words, to upper case.
721
+ *
722
+ * @param string The string to convert.
723
+ * @return Returns the upper cased string.
724
+ */
725
+ upperCase(string?: string): string;
726
+ }
727
+ interface LoDashImplicitWrapper<TValue> {
728
+ /**
729
+ * @see _.upperCase
730
+ */
731
+ upperCase(): string;
732
+ }
733
+ interface LoDashExplicitWrapper<TValue> {
734
+ /**
735
+ * @see _.upperCase
736
+ */
737
+ upperCase(): StringChain;
738
+ }
739
+
740
+ interface LoDashStatic {
741
+ /**
742
+ * Converts the first character of `string` to upper case.
743
+ *
744
+ * @param string The string to convert.
745
+ * @return Returns the converted string.
746
+ */
747
+ upperFirst(string?: string): string;
748
+ }
749
+ interface LoDashImplicitWrapper<TValue> {
750
+ /**
751
+ * @see _.upperFirst
752
+ */
753
+ upperFirst(): string;
754
+ }
755
+ interface LoDashExplicitWrapper<TValue> {
756
+ /**
757
+ * @see _.upperFirst
758
+ */
759
+ upperFirst(): StringChain;
760
+ }
761
+
762
+ interface LoDashStatic {
763
+ /**
764
+ * Splits `string` into an array of its words.
765
+ *
766
+ * @param string The string to inspect.
767
+ * @param pattern The pattern to match words.
768
+ * @return Returns the words of `string`.
769
+ */
770
+ words(string?: string, pattern?: string | RegExp): string[];
771
+ /**
772
+ * @see _.words
773
+ */
774
+ words(string: string, index: string | number, guard: object): string[];
775
+ }
776
+ interface LoDashImplicitWrapper<TValue> {
777
+ /**
778
+ * @see _.words
779
+ */
780
+ words(pattern?: string | RegExp): string[];
781
+ }
782
+ interface LoDashExplicitWrapper<TValue> {
783
+ /**
784
+ * @see _.words
785
+ */
786
+ words(pattern?: string | RegExp): CollectionChain<string>;
787
+ }
788
+ }