@ezez/utils 1.7.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +10 -0
- package/README.md +1 -0
- package/dist/formatDate.d.ts +3 -0
- package/dist/formatDate.d.ts.map +1 -0
- package/dist/formatDate.js +55 -0
- package/dist/formatDate.js.map +1 -0
- package/dist/getMultiple.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/isNumericString.js.map +1 -1
- package/dist/mapAsync.js.map +1 -1
- package/dist/mostFrequent.d.ts.map +1 -1
- package/dist/mostFrequent.js.map +1 -1
- package/dist/pull.js.map +1 -1
- package/dist/remove.js.map +1 -1
- package/dist/replace.d.ts.map +1 -1
- package/dist/replace.js +5 -1
- package/dist/replace.js.map +1 -1
- package/dist/set.js.map +1 -1
- package/dist/setImmutable.js.map +1 -1
- package/dist/throttle.js.map +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/functions/cap.html +6 -5
- package/docs/functions/capitalize.html +6 -5
- package/docs/functions/coalesce.html +6 -5
- package/docs/functions/compareArrays.html +6 -5
- package/docs/functions/compareProps.html +6 -5
- package/docs/functions/ensureArray.html +6 -5
- package/docs/functions/ensureDate.html +6 -5
- package/docs/functions/ensureError.html +6 -5
- package/docs/functions/ensurePrefix.html +6 -5
- package/docs/functions/ensureSuffix.html +6 -5
- package/docs/functions/ensureTimestamp.html +6 -5
- package/docs/functions/escapeRegExp.html +6 -5
- package/docs/functions/formatDate.html +136 -0
- package/docs/functions/get.html +6 -5
- package/docs/functions/getMultiple.html +6 -5
- package/docs/functions/insertSeparator.html +6 -5
- package/docs/functions/isEmpty.html +6 -5
- package/docs/functions/isNumericString.html +6 -5
- package/docs/functions/isPlainObject.html +6 -5
- package/docs/functions/last.html +6 -5
- package/docs/functions/later-1.html +6 -5
- package/docs/functions/mapAsync.html +6 -5
- package/docs/functions/mapValues.html +6 -5
- package/docs/functions/match.html +6 -5
- package/docs/functions/merge.html +14 -13
- package/docs/functions/mostFrequent.html +6 -5
- package/docs/functions/noop.html +6 -5
- package/docs/functions/occurrences.html +6 -5
- package/docs/functions/omit.html +6 -5
- package/docs/functions/pick.html +6 -5
- package/docs/functions/pull.html +6 -5
- package/docs/functions/remove.html +6 -5
- package/docs/functions/replace.html +6 -5
- package/docs/functions/rethrow.html +6 -5
- package/docs/functions/safe.html +7 -6
- package/docs/functions/scale.html +6 -5
- package/docs/functions/seq.html +6 -5
- package/docs/functions/seqEarlyBreak.html +6 -5
- package/docs/functions/set.html +6 -5
- package/docs/functions/setImmutable.html +6 -5
- package/docs/functions/sortBy.html +6 -5
- package/docs/functions/sortProps.html +6 -5
- package/docs/functions/stripPrefix.html +6 -5
- package/docs/functions/stripSuffix.html +6 -5
- package/docs/functions/throttle.html +6 -5
- package/docs/functions/truthy.html +6 -5
- package/docs/functions/unique.html +6 -5
- package/docs/functions/wait.html +6 -5
- package/docs/functions/waitFor.html +6 -5
- package/docs/functions/waitSync.html +6 -5
- package/docs/index.html +6 -4
- package/docs/interfaces/ComparePropsOptions.html +6 -6
- package/docs/interfaces/GetMultipleSource.html +6 -5
- package/docs/interfaces/GetSource.html +6 -5
- package/docs/interfaces/IsNumericStringOptions.html +9 -9
- package/docs/interfaces/OccurencesOptions.html +6 -6
- package/docs/interfaces/SetImmutableSource.html +6 -5
- package/docs/interfaces/SetSource.html +6 -5
- package/docs/interfaces/ThrottleOptions.html +7 -7
- package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
- package/docs/modules.html +6 -4
- package/docs/pages/CHANGELOG.html +83 -53
- package/docs/pages/Introduction.html +5 -4
- package/docs/types/Later.html +6 -5
- package/docs/types/MapValuesFn.html +6 -5
- package/docs/types/MatchCallback.html +6 -5
- package/docs/types/SeqEarlyBreaker.html +6 -5
- package/docs/types/SeqFn.html +6 -5
- package/docs/types/SeqFunctions.html +6 -5
- package/docs/types/SetImmutablePath.html +6 -5
- package/docs/types/ThrottledFunction.html +6 -5
- package/docs/variables/mapValuesUNSET.html +6 -5
- package/docs/variables/mergeUNSET.html +6 -5
- package/esm/formatDate.d.ts +3 -0
- package/esm/formatDate.d.ts.map +1 -0
- package/esm/formatDate.js +52 -0
- package/esm/formatDate.js.map +1 -0
- package/esm/getMultiple.js.map +1 -1
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -0
- package/esm/index.js.map +1 -1
- package/esm/isNumericString.js.map +1 -1
- package/esm/mapAsync.js.map +1 -1
- package/esm/mostFrequent.d.ts.map +1 -1
- package/esm/mostFrequent.js.map +1 -1
- package/esm/pull.js.map +1 -1
- package/esm/remove.js.map +1 -1
- package/esm/replace.d.ts.map +1 -1
- package/esm/replace.js +5 -1
- package/esm/replace.js.map +1 -1
- package/esm/set.js.map +1 -1
- package/esm/setImmutable.js.map +1 -1
- package/esm/throttle.js.map +1 -1
- package/package.json +10 -9
- package/src/formatDate.spec.ts +199 -0
- package/src/formatDate.ts +73 -0
- package/src/getMultiple.ts +1 -1
- package/src/index.ts +1 -0
- package/src/isNumericString.ts +1 -1
- package/src/mapAsync.ts +1 -1
- package/src/mostFrequent.ts +1 -0
- package/src/pull.ts +1 -1
- package/src/remove.ts +2 -2
- package/src/replace.spec.ts +4 -0
- package/src/replace.ts +6 -2
- package/src/safe.spec.ts +0 -1
- package/src/set.ts +1 -1
- package/src/setImmutable.ts +1 -1
- package/src/throttle.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file.
|
|
|
3
3
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
4
4
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
5
5
|
|
|
6
|
+
## [1.8.1] - 2023-06-24
|
|
7
|
+
### Fixed
|
|
8
|
+
- `replace` method replacing everything with bunch of `undefined` when empty map is given
|
|
9
|
+
|
|
10
|
+
## [1.8.0] - 2023-06-03
|
|
11
|
+
### Added
|
|
12
|
+
- `formatDate` method
|
|
13
|
+
### Dev
|
|
14
|
+
- deps update
|
|
15
|
+
|
|
6
16
|
## [1.7.0] - 2023-05-22
|
|
7
17
|
### Added
|
|
8
18
|
- `later` method
|
package/README.md
CHANGED
|
@@ -67,6 +67,7 @@ object, with just some properties copied. Easy, right? Few lines of code? Lodash
|
|
|
67
67
|
### Date related
|
|
68
68
|
- `ensureDate` - ensure that given value is a Date instance
|
|
69
69
|
- `ensureTimestamp` - ensure that given value is a numeric timestamp
|
|
70
|
+
- `formatDate` - format a date using a format string, syntax from PHP
|
|
70
71
|
|
|
71
72
|
### Type/data safety
|
|
72
73
|
- `coalesce` - return first non-nullish value
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formatDate.d.ts","sourceRoot":"","sources":["../src/formatDate.ts"],"names":[],"mappings":"AAWA,QAAA,MAAM,UAAU,SAAU,IAAI,GAAG,MAAM,UAAU,MAAM,sBAAqB,MAyD3E,CAAC;AAEF,OAAO,EACH,UAAU,GACb,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.formatDate = void 0;
|
|
4
|
+
const ensureDate_js_1 = require("./ensureDate.js");
|
|
5
|
+
const formatDate = (date, format, locale = "en-US") => {
|
|
6
|
+
const d = (0, ensureDate_js_1.ensureDate)(date);
|
|
7
|
+
return format.replace(/%([%a-zA-Z])/g, (_, c) => {
|
|
8
|
+
switch (c) {
|
|
9
|
+
case "%": return "%";
|
|
10
|
+
case "a": throw new Error("`%a` is not supported yet");
|
|
11
|
+
case "A": throw new Error("`%A` is not supported yet");
|
|
12
|
+
case "d": return String(d.getDate()).padStart(2, "0");
|
|
13
|
+
case "e": return String(d.getDate()).padStart(2, " ");
|
|
14
|
+
case "j": return String(Math.floor((d.getTime() - new Date(d.getFullYear(), 0, 0).getTime()) / 86400000)).padStart(3, "0");
|
|
15
|
+
case "u": return String(d.getDay() || 7);
|
|
16
|
+
case "w": return String(d.getDay());
|
|
17
|
+
case "U": throw new Error("`%U` is not supported yet");
|
|
18
|
+
case "V": throw new Error("`%V` is not supported yet");
|
|
19
|
+
case "W": throw new Error("`%W` is not supported yet");
|
|
20
|
+
case "b": throw new Error("`%b` is not supported yet");
|
|
21
|
+
case "B": throw new Error("`%B` is not supported yet");
|
|
22
|
+
case "h": throw new Error("`%h` is not supported yet");
|
|
23
|
+
case "m": return String(d.getMonth() + 1).padStart(2, "0");
|
|
24
|
+
case "C": throw new Error("`%C` is not supported yet");
|
|
25
|
+
case "g": throw new Error("`%g` is not supported yet");
|
|
26
|
+
case "G": throw new Error("`%G` is not supported yet");
|
|
27
|
+
case "y": return String(d.getFullYear()).substring(2);
|
|
28
|
+
case "Y": return String(d.getFullYear());
|
|
29
|
+
case "H": return String(d.getHours()).padStart(2, "0");
|
|
30
|
+
case "k": return String(d.getHours()).padStart(2, " ");
|
|
31
|
+
case "I": return String(d.getHours() % 12 || 12).padStart(2, "0");
|
|
32
|
+
case "l": return String(d.getHours() % 12 || 12).padStart(2, " ");
|
|
33
|
+
case "M": return String(d.getMinutes()).padStart(2, "0");
|
|
34
|
+
case "p": return d.getHours() >= 12 ? "PM" : "AM";
|
|
35
|
+
case "P": return d.getHours() >= 12 ? "pm" : "am";
|
|
36
|
+
case "r": return formatDate(d, "%I:%M:%S %p", locale);
|
|
37
|
+
case "R": return formatDate(d, "%H:%M", locale);
|
|
38
|
+
case "S": return String(d.getSeconds()).padStart(2, "0");
|
|
39
|
+
case "T": return formatDate(d, "%H:%M:%S", locale);
|
|
40
|
+
case "X": throw new Error("`%X` is not supported and it will never be, use Intl.DateTimeFormat instead");
|
|
41
|
+
case "z": throw new Error("`%z` is not supported yet");
|
|
42
|
+
case "Z": throw new Error("`%Z` is not supported yet");
|
|
43
|
+
case "c": throw new Error("`%c` is not supported and it will never be, use Intl.DateTimeFormat instead");
|
|
44
|
+
case "D": throw new Error("`%D` is not supported and it will never be, use Intl.DateTimeFormat instead");
|
|
45
|
+
case "x": throw new Error("`%x` is not supported and it will never be, use Intl.DateTimeFormat instead");
|
|
46
|
+
case "F": return formatDate(d, "%Y-%m-%d", locale);
|
|
47
|
+
case "s": return String(Math.floor(d.getTime() / 1000));
|
|
48
|
+
case "n": return "\n";
|
|
49
|
+
case "t": return "\t";
|
|
50
|
+
}
|
|
51
|
+
return c;
|
|
52
|
+
});
|
|
53
|
+
};
|
|
54
|
+
exports.formatDate = formatDate;
|
|
55
|
+
//# sourceMappingURL=formatDate.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formatDate.js","sourceRoot":"","sources":["../src/formatDate.ts"],"names":[],"mappings":"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"}
|
package/dist/getMultiple.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getMultiple.js","sourceRoot":"","sources":["../src/getMultiple.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAS/B,MAAM,OAAO,GAAG,EAAE,CAAC;AAqBnB,MAAM,WAAW,GAAG,CAAC,MAAc,EAAE,YAAqB,EAAE,GAAG,KAA4B,EAAW,EAAE;IACpG,MAAM,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;IAC5B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,EAAE,CAAC,EAAE,EAAE;QAC7B,MAAM,UAAU,GAAG,KAAK,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"getMultiple.js","sourceRoot":"","sources":["../src/getMultiple.ts"],"names":[],"mappings":";;;AAAA,qCAA+B;AAS/B,MAAM,OAAO,GAAG,EAAE,CAAC;AAqBnB,MAAM,WAAW,GAAG,CAAC,MAAc,EAAE,YAAqB,EAAE,GAAG,KAA4B,EAAW,EAAE;IACpG,MAAM,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;IAC5B,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,EAAE,CAAC,EAAE,EAAE;QAC7B,MAAM,UAAU,GAAG,KAAK,CAAC,CAAC,CAAE,CAAC;QAC7B,MAAM,MAAM,GAAG,IAAA,YAAG,EAAC,MAAM,EAAE,UAAU,EAAE,OAAO,CAAC,CAAC;QAChD,IAAI,MAAM,KAAK,OAAO,EAAE;YACpB,OAAO,MAAM,CAAC;SACjB;KACJ;IACD,OAAO,YAAY,CAAC;AACxB,CAAC,CAAC;AAEO,kCAAW"}
|
package/dist/index.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from "./ensureDate.js";
|
|
|
10
10
|
export * from "./ensureError.js";
|
|
11
11
|
export * from "./ensureTimestamp.js";
|
|
12
12
|
export * from "./escapeRegExp.js";
|
|
13
|
+
export * from "./formatDate.js";
|
|
13
14
|
export * from "./get.js";
|
|
14
15
|
export * from "./getMultiple.js";
|
|
15
16
|
export * from "./insertSeparator.js";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,oBAAoB,CAAC;AACnC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,UAAU,CAAC;AACzB,cAAc,kBAAkB,CAAC;AACjC,cAAc,sBAAsB,CAAC;AACrC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,mBAAmB,CAAC;AAClC,cAAc,WAAW,CAAC;AAC1B,cAAc,kBAAkB,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -26,6 +26,7 @@ __exportStar(require("./ensureDate.js"), exports);
|
|
|
26
26
|
__exportStar(require("./ensureError.js"), exports);
|
|
27
27
|
__exportStar(require("./ensureTimestamp.js"), exports);
|
|
28
28
|
__exportStar(require("./escapeRegExp.js"), exports);
|
|
29
|
+
__exportStar(require("./formatDate.js"), exports);
|
|
29
30
|
__exportStar(require("./get.js"), exports);
|
|
30
31
|
__exportStar(require("./getMultiple.js"), exports);
|
|
31
32
|
__exportStar(require("./insertSeparator.js"), exports);
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,oDAAkC;AAClC,oDAAkC;AAClC,2CAAyB;AACzB,kDAAgC;AAChC,gDAA8B;AAC9B,qDAAmC;AACnC,oDAAkC;AAClC,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC;AACjC,uDAAqC;AACrC,oDAAkC;AAClC,2CAAyB;AACzB,mDAAiC;AACjC,uDAAqC;AACrC,+CAA6B;AAC7B,uDAAqC;AACrC,qDAAmC;AACnC,4CAA0B;AAC1B,6CAA2B;AAC3B,gDAA8B;AAC9B,iDAA+B;AAC/B,6CAA2B;AAC3B,6CAA2B;AAC3B,oDAAkC;AAClC,4CAA0B;AAC1B,mDAAiC;AACjC,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,8CAA4B;AAC5B,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,6CAA2B;AAC3B,2CAAyB;AACzB,2CAAyB;AACzB,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,mDAAiC;AACjC,mDAAiC;AACjC,gDAA8B;AAC9B,8CAA4B;AAC5B,8CAA4B;AAC5B,4CAA0B;AAC1B,+CAA6B;AAC7B,gDAA8B"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,oDAAkC;AAClC,oDAAkC;AAClC,2CAAyB;AACzB,kDAAgC;AAChC,gDAA8B;AAC9B,qDAAmC;AACnC,oDAAkC;AAClC,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC;AACjC,uDAAqC;AACrC,oDAAkC;AAClC,kDAAgC;AAChC,2CAAyB;AACzB,mDAAiC;AACjC,uDAAqC;AACrC,+CAA6B;AAC7B,uDAAqC;AACrC,qDAAmC;AACnC,4CAA0B;AAC1B,6CAA2B;AAC3B,gDAA8B;AAC9B,iDAA+B;AAC/B,6CAA2B;AAC3B,6CAA2B;AAC3B,oDAAkC;AAClC,4CAA0B;AAC1B,mDAAiC;AACjC,4CAA0B;AAC1B,4CAA0B;AAC1B,4CAA0B;AAC1B,8CAA4B;AAC5B,+CAA6B;AAC7B,+CAA6B;AAC7B,4CAA0B;AAC1B,6CAA2B;AAC3B,2CAAyB;AACzB,2CAAyB;AACzB,oDAAkC;AAClC,8CAA4B;AAC5B,iDAA+B;AAC/B,mDAAiC;AACjC,mDAAiC;AACjC,gDAA8B;AAC9B,8CAA4B;AAC5B,8CAA4B;AAC5B,4CAA0B;AAC1B,+CAA6B;AAC7B,gDAA8B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"isNumericString.js","sourceRoot":"","sources":["../src/isNumericString.ts"],"names":[],"mappings":";;;AAOA,MAAM,SAAS,GAAG,CAAC,CAAC,CAAC;AAYrB,MAAM,eAAe,GAAG,CAAC,MAAc,EAAE,UAAmB,EAAE,EAAE,EAAE;IAC9D,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE;QAC5B,MAAM,IAAI,SAAS,CAAC,mBAAmB,CAAC,CAAC;KAC5C;IAED,IAAI,OAAO,CAAC,QAAQ,IAAI,MAAM,KAAK,KAAK,EAAE;QACtC,OAAO,IAAI,CAAC;KACf;IAED,IAAI,OAAO,CAAC,aAAa,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,MAAM,KAAK,WAAW,CAAC,EAAE;QAC5E,OAAO,IAAI,CAAC;KACf;IAED,IAAI,UAAU,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;IACtC,IAAI,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE;QAC5B,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KACpC;IAED,MAAM,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAGpC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE;QAC9C,OAAO,KAAK,CAAC;KAChB;IAED,MAAM,QAAQ,GAAG,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"isNumericString.js","sourceRoot":"","sources":["../src/isNumericString.ts"],"names":[],"mappings":";;;AAOA,MAAM,SAAS,GAAG,CAAC,CAAC,CAAC;AAYrB,MAAM,eAAe,GAAG,CAAC,MAAc,EAAE,UAAmB,EAAE,EAAE,EAAE;IAC9D,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE;QAC5B,MAAM,IAAI,SAAS,CAAC,mBAAmB,CAAC,CAAC;KAC5C;IAED,IAAI,OAAO,CAAC,QAAQ,IAAI,MAAM,KAAK,KAAK,EAAE;QACtC,OAAO,IAAI,CAAC;KACf;IAED,IAAI,OAAO,CAAC,aAAa,IAAI,CAAC,MAAM,KAAK,UAAU,IAAI,MAAM,KAAK,WAAW,CAAC,EAAE;QAC5E,OAAO,IAAI,CAAC;KACf;IAED,IAAI,UAAU,GAAG,MAAM,CAAC,WAAW,EAAE,CAAC;IACtC,IAAI,UAAU,CAAC,UAAU,CAAC,GAAG,CAAC,EAAE;QAC5B,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;KACpC;IAED,MAAM,KAAK,GAAG,UAAU,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAGpC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE;QAC9C,OAAO,KAAK,CAAC;KAChB;IAED,MAAM,QAAQ,GAAG,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAE,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAErD,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE;QACzB,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YACrB,OAAO,KAAK,CAAC;SAChB;KACJ;SACI;QAED,IAAI,QAAQ,CAAC,MAAM,GAAG,CAAC,EAAE;YACrB,OAAO,KAAK,CAAC;SAChB;KACJ;IAED,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IAC1C,IAAI,SAAS,GAAG,SAAS,EAAE;QACvB,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE;YACzB,OAAO,KAAK,CAAC;SAChB;QACD,IAAI,SAAS,KAAK,UAAU,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE;YAC3C,OAAO,KAAK,CAAC;SAChB;QACD,IAAI,SAAS,KAAK,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;YAC3C,OAAO,KAAK,CAAC;SAChB;KACJ;IAED,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IAC3C,IAAI,UAAU,GAAG,SAAS,EAAE;QACxB,IAAI,CAAC,OAAO,CAAC,cAAc,EAAE;YACzB,OAAO,KAAK,CAAC;SAChB;QACD,IAAI,UAAU,KAAK,UAAU,CAAC,WAAW,CAAC,GAAG,CAAC,EAAE;YAC5C,OAAO,KAAK,CAAC;SAChB;QACD,IAAI,UAAU,KAAK,UAAU,CAAC,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;YAC5C,OAAO,KAAK,CAAC;SAChB;KACJ;IAED,OAAO,OAAO,CAAC,aAAa,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC;AACnD,CAAC,CAAC;AAGE,0CAAe"}
|
package/dist/mapAsync.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mapAsync.js","sourceRoot":"","sources":["../src/mapAsync.ts"],"names":[],"mappings":";;;AAAA,uCAAiC;AAEjC,MAAM,sBAAsB,GAAG,EAAE,CAAC;AAClC,MAAM,iBAAiB,GAAG,CAAC,CAAC;AAW5B,MAAM,QAAQ,GAAG,KAAK,EAClB,OAAqB,EACrB,QAA0D,EAC1D,UAAU,GAAG,sBAAsB,EACnC,SAAS,GAAG,iBAAiB,EACjB,EAAE;IACd,IAAI,cAAc,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;IAChC,MAAM,MAAM,GAAG,EAAE,CAAC;IAElB,MAAM,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC;IAEzB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;QACxB,MAAM,IAAI,GAAG,OAAO,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"mapAsync.js","sourceRoot":"","sources":["../src/mapAsync.ts"],"names":[],"mappings":";;;AAAA,uCAAiC;AAEjC,MAAM,sBAAsB,GAAG,EAAE,CAAC;AAClC,MAAM,iBAAiB,GAAG,CAAC,CAAC;AAW5B,MAAM,QAAQ,GAAG,KAAK,EAClB,OAAqB,EACrB,QAA0D,EAC1D,UAAU,GAAG,sBAAsB,EACnC,SAAS,GAAG,iBAAiB,EACjB,EAAE;IACd,IAAI,cAAc,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;IAChC,MAAM,MAAM,GAAG,EAAE,CAAC;IAElB,MAAM,CAAC,GAAG,OAAO,CAAC,MAAM,CAAC;IAEzB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;QACxB,MAAM,IAAI,GAAG,OAAO,CAAC,CAAC,CAAE,CAAC;QAEzB,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;QACxC,IAAI,IAAI,CAAC,GAAG,EAAE,GAAG,cAAc,IAAI,UAAU,EAAE;YAC3C,MAAM,IAAA,cAAI,EAAC,SAAS,CAAC,CAAC;YACtB,cAAc,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;SAC/B;KACJ;IAED,OAAO,MAAM,CAAC;AAClB,CAAC,CAAC;AAGE,4BAAQ"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mostFrequent.d.ts","sourceRoot":"","sources":["../src/mostFrequent.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY,
|
|
1
|
+
{"version":3,"file":"mostFrequent.d.ts","sourceRoot":"","sources":["../src/mostFrequent.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY,sBAmBjB,CAAC;AAEF,OAAO,EACH,YAAY,GACf,CAAC"}
|
package/dist/mostFrequent.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"mostFrequent.js","sourceRoot":"","sources":["../src/mostFrequent.ts"],"names":[],"mappings":";;;AAIA,MAAM,YAAY,GAAG,CAAI,KAAU,EAAK,EAAE;IACtC,IAAI,GAAG,GAAG,CAAC,EACP,QAAQ,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;IAExB,MAAM,GAAG,GAAG,IAAI,GAAG,EAAa,CAAC;IACjC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;QAClB,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;YACjB,GAAG,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;SACrB;QACD,MAAM,IAAI,GAAG,GAAG,CAAC,GAAG,CAAC,KAAK,CAAE,GAAG,CAAC,CAAC;QACjC,GAAG,CAAC,GAAG,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAE,GAAG,CAAC,CAAC,CAAC;QACpC,IAAI,IAAI,GAAG,GAAG,EAAE;YACZ,GAAG,GAAG,IAAI,CAAC;YACX,QAAQ,GAAG,KAAK,CAAC;SACpB;IACL,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"mostFrequent.js","sourceRoot":"","sources":["../src/mostFrequent.ts"],"names":[],"mappings":";;;AAIA,MAAM,YAAY,GAAG,CAAI,KAAU,EAAK,EAAE;IACtC,IAAI,GAAG,GAAG,CAAC,EACP,QAAQ,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;IAExB,MAAM,GAAG,GAAG,IAAI,GAAG,EAAa,CAAC;IACjC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;QAClB,IAAI,CAAC,GAAG,CAAC,GAAG,CAAC,KAAK,CAAC,EAAE;YACjB,GAAG,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;SACrB;QACD,MAAM,IAAI,GAAG,GAAG,CAAC,GAAG,CAAC,KAAK,CAAE,GAAG,CAAC,CAAC;QACjC,GAAG,CAAC,GAAG,CAAC,KAAK,EAAE,GAAG,CAAC,GAAG,CAAC,KAAK,CAAE,GAAG,CAAC,CAAC,CAAC;QACpC,IAAI,IAAI,GAAG,GAAG,EAAE;YACZ,GAAG,GAAG,IAAI,CAAC;YACX,QAAQ,GAAG,KAAK,CAAC;SACpB;IACL,CAAC,CAAC,CAAC;IAGH,OAAO,QAAQ,CAAC;AACpB,CAAC,CAAC;AAGE,oCAAY"}
|
package/dist/pull.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pull.js","sourceRoot":"","sources":["../src/pull.ts"],"names":[],"mappings":";;;AAKA,MAAM,IAAI,GAAG,CAAI,KAAU,EAAE,GAAG,YAAiB,EAAO,EAAE;IACtD,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC;IACzB,KAAK,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE;QAC/B,IAAI,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"pull.js","sourceRoot":"","sources":["../src/pull.ts"],"names":[],"mappings":";;;AAKA,MAAM,IAAI,GAAG,CAAI,KAAU,EAAE,GAAG,YAAiB,EAAO,EAAE;IACtD,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC;IACzB,KAAK,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE;QAC/B,IAAI,YAAY,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAE,CAAC,EAAE;YAClC,KAAK,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;SACtB;KACJ;IACD,OAAO,KAAK,CAAC;AACjB,CAAC,CAAC;AAGE,oBAAI"}
|
package/dist/remove.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"remove.js","sourceRoot":"","sources":["../src/remove.ts"],"names":[],"mappings":";;;AAOA,MAAM,MAAM,GAAG,CAAI,KAAU,EAAE,EAAgD,EAAO,EAAE;IACpF,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC;IAEzB,MAAM,WAAW,GAAG,EAAE,CAAC;IACvB,MAAM,aAAa,GAAG,EAAE,CAAC;IAEzB,KAAK,IAAI,OAAO,GAAG,CAAC,EAAE,OAAO,GAAG,GAAG,EAAE,OAAO,EAAE,EAAE;QAC5C,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"remove.js","sourceRoot":"","sources":["../src/remove.ts"],"names":[],"mappings":";;;AAOA,MAAM,MAAM,GAAG,CAAI,KAAU,EAAE,EAAgD,EAAO,EAAE;IACpF,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC;IAEzB,MAAM,WAAW,GAAG,EAAE,CAAC;IACvB,MAAM,aAAa,GAAG,EAAE,CAAC;IAEzB,KAAK,IAAI,OAAO,GAAG,CAAC,EAAE,OAAO,GAAG,GAAG,EAAE,OAAO,EAAE,EAAE;QAC5C,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAE,EAAE,OAAO,EAAE,KAAK,CAAC,EAAE;YACrC,WAAW,CAAC,IAAI,CAAC,OAAO,GAAG,WAAW,CAAC,MAAM,CAAC,CAAC;YAC/C,aAAa,CAAC,IAAI,CAAC,KAAK,CAAC,OAAO,CAAE,CAAC,CAAC;SACvC;KACJ;IAED,WAAW,CAAC,OAAO,CAAC,EAAE,CAAC,EAAE,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC;IAE/C,OAAO,aAAa,CAAC;AACzB,CAAC,CAAC;AAEO,wBAAM"}
|
package/dist/replace.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replace.d.ts","sourceRoot":"","sources":["../src/replace.ts"],"names":[],"mappings":"AAUA,QAAA,MAAM,OAAO,WAAY,MAAM,cAAc,OAAO,MAAM,EAAE,MAAM,CAAC,
|
|
1
|
+
{"version":3,"file":"replace.d.ts","sourceRoot":"","sources":["../src/replace.ts"],"names":[],"mappings":"AAUA,QAAA,MAAM,OAAO,WAAY,MAAM,cAAc,OAAO,MAAM,EAAE,MAAM,CAAC,WAQlE,CAAC;AAEF,OAAO,EACH,OAAO,GACV,CAAC"}
|
package/dist/replace.js
CHANGED
|
@@ -3,7 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.replace = void 0;
|
|
4
4
|
const escapeRegExp_js_1 = require("./escapeRegExp.js");
|
|
5
5
|
const replace = (source, replaceMap) => {
|
|
6
|
-
const
|
|
6
|
+
const keys = Object.keys(replaceMap);
|
|
7
|
+
if (keys.length === 0) {
|
|
8
|
+
return source;
|
|
9
|
+
}
|
|
10
|
+
const regex = new RegExp(keys.map(escapeRegExp_js_1.escapeRegExp).join("|"), "g");
|
|
7
11
|
return source.replace(regex, (matched) => replaceMap[matched]);
|
|
8
12
|
};
|
|
9
13
|
exports.replace = replace;
|
package/dist/replace.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"replace.js","sourceRoot":"","sources":["../src/replace.ts"],"names":[],"mappings":";;;AACA,uDAAiD;AASjD,MAAM,OAAO,GAAG,CAAC,MAAc,EAAE,UAAkC,EAAE,EAAE;
|
|
1
|
+
{"version":3,"file":"replace.js","sourceRoot":"","sources":["../src/replace.ts"],"names":[],"mappings":";;;AACA,uDAAiD;AASjD,MAAM,OAAO,GAAG,CAAC,MAAc,EAAE,UAAkC,EAAE,EAAE;IACnE,MAAM,IAAI,GAAG,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC;IACrC,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,EAAE;QACnB,OAAO,MAAM,CAAC;KACjB;IAED,MAAM,KAAK,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,8BAAY,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC;IAChE,OAAO,MAAM,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC,OAAO,EAAE,EAAE,CAAC,UAAU,CAAC,OAAO,CAAE,CAAC,CAAC;AACpE,CAAC,CAAC;AAGE,0BAAO"}
|
package/dist/set.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set.js","sourceRoot":"","sources":["../src/set.ts"],"names":[],"mappings":";;;AAOA,MAAM,QAAQ,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,CAAC,OAAO,KAAK,KAAK,QAAQ,IAAI,OAAO,KAAK,KAAK,UAAU,CAAC,IAAI,KAAK,KAAK,IAAI,CAAC;AAyBlH,MAAM,GAAG,GAAG,CAAC,MAAc,EAAE,IAAuB,EAAE,KAAc,EAAoB,EAAE;IACtF,MAAM,SAAS,GAAG,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IACpE,MAAM,GAAG,GAAG,SAAS,CAAC,MAAM,CAAC;IAE7B,MAAM,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IAE9C,IAAI,OAAO,GAAqB,MAAM,CAAC;IACvC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;QAC1B,MAAM,MAAM,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC;QAC7B,MAAM,GAAG,GAAG,SAAS,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"set.js","sourceRoot":"","sources":["../src/set.ts"],"names":[],"mappings":";;;AAOA,MAAM,QAAQ,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,CAAC,OAAO,KAAK,KAAK,QAAQ,IAAI,OAAO,KAAK,KAAK,UAAU,CAAC,IAAI,KAAK,KAAK,IAAI,CAAC;AAyBlH,MAAM,GAAG,GAAG,CAAC,MAAc,EAAE,IAAuB,EAAE,KAAc,EAAoB,EAAE;IACtF,MAAM,SAAS,GAAG,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;IACpE,MAAM,GAAG,GAAG,SAAS,CAAC,MAAM,CAAC;IAE7B,MAAM,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IAE9C,IAAI,OAAO,GAAqB,MAAM,CAAC;IACvC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;QAC1B,MAAM,MAAM,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC;QAC7B,MAAM,GAAG,GAAG,SAAS,CAAC,CAAC,CAAE,CAAC;QAC1B,IAAI,MAAM,EAAE;YACP,OAAkB,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;YACjC,OAAO,MAAM,CAAC;SACjB;QACD,IAAI,CAAC,QAAQ,CAAE,OAAkB,CAAC,GAAG,CAAC,CAAC,EAAE;YACpC,OAAkB,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;SACjC;QACD,OAAO,GAAI,OAAkB,CAAC,GAAG,CAAC,CAAC;KACtC;IACD,OAAO,MAAM,CAAC;AAClB,CAAC,CAAC;AAEO,kBAAG"}
|
package/dist/setImmutable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"setImmutable.js","sourceRoot":"","sources":["../src/setImmutable.ts"],"names":[],"mappings":";;;AAOA,MAAM,QAAQ,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,CAAC,OAAO,KAAK,KAAK,QAAQ,IAAI,OAAO,KAAK,KAAK,UAAU,CAAC,IAAI,KAAK,KAAK,IAAI,CAAC;AAElH,MAAM,KAAK,GAAG,CAAC,KAAyB,EAAE,EAAE;IACxC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;QACtB,OAAO,CAAC,GAAG,KAA2B,CAAC,CAAC;KAC3C;IACD,yBAAY,KAAK,EAAG;AACxB,CAAC,CAAC;AAEF,MAAM,qBAAqB,GAAG,CAAC,KAAgB,EAAE,EAAE;IAC/C,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;QACf,OAAO,KAAK,CAAC;KAChB;IACD,OAAO,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE;QACtB,MAAM,IAAI,GAAG,OAAO,IAAI,CAAC;QACzB,OAAO,CAAC,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,EAAE,CAAC,IAAI,IAAI,KAAK,QAAQ,CAAC;IACnE,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAUF,MAAM,YAAY,GAAG,CAAC,IAAU,EAAE,EAAE;IAChC,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QAC1B,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;KACzB;IACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;KAC1B;IACD,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;QACrB,OAAO,IAAI,CAAC;KACf;IACD,MAAM,IAAI,SAAS,CAAC,oEAAoE,CAAC,CAAC;AAC9F,CAAC,CAAC;AAwBF,MAAM,YAAY,GAAG,CAAC,MAAc,EAAE,IAAU,EAAE,KAAc,EAAoB,EAAE;IAClF,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,CAAC,CAAC;IACrC,MAAM,WAAW,GAAG,qBAAqB,CAAC,SAAS,CAAC,CAAC;IACrD,IAAI,CAAC,WAAW,EAAE;QACd,MAAM,IAAI,SAAS,CAAC,+CAA+C,CAAC,CAAC;KACxE;IACD,MAAM,GAAG,GAAG,SAAS,CAAC,MAAM,CAAC;IAE7B,MAAM,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAErD,IAAI,OAAO,GAAqB,MAAM,CAAC;IACvC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;QAC1B,MAAM,MAAM,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC;QAC7B,MAAM,GAAG,GAAG,SAAS,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"setImmutable.js","sourceRoot":"","sources":["../src/setImmutable.ts"],"names":[],"mappings":";;;AAOA,MAAM,QAAQ,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,CAAC,OAAO,KAAK,KAAK,QAAQ,IAAI,OAAO,KAAK,KAAK,UAAU,CAAC,IAAI,KAAK,KAAK,IAAI,CAAC;AAElH,MAAM,KAAK,GAAG,CAAC,KAAyB,EAAE,EAAE;IACxC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;QACtB,OAAO,CAAC,GAAG,KAA2B,CAAC,CAAC;KAC3C;IACD,yBAAY,KAAK,EAAG;AACxB,CAAC,CAAC;AAEF,MAAM,qBAAqB,GAAG,CAAC,KAAgB,EAAE,EAAE;IAC/C,IAAI,CAAC,KAAK,CAAC,MAAM,EAAE;QACf,OAAO,KAAK,CAAC;KAChB;IACD,OAAO,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE;QACtB,MAAM,IAAI,GAAG,OAAO,IAAI,CAAC;QACzB,OAAO,CAAC,IAAI,KAAK,QAAQ,IAAI,IAAI,KAAK,EAAE,CAAC,IAAI,IAAI,KAAK,QAAQ,CAAC;IACnE,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAUF,MAAM,YAAY,GAAG,CAAC,IAAU,EAAE,EAAE;IAChC,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QAC1B,OAAO,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC;KACzB;IACD,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;QAC1B,OAAO,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;KAC1B;IACD,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;QACrB,OAAO,IAAI,CAAC;KACf;IACD,MAAM,IAAI,SAAS,CAAC,oEAAoE,CAAC,CAAC;AAC9F,CAAC,CAAC;AAwBF,MAAM,YAAY,GAAG,CAAC,MAAc,EAAE,IAAU,EAAE,KAAc,EAAoB,EAAE;IAClF,MAAM,SAAS,GAAG,YAAY,CAAC,IAAI,CAAC,CAAC;IACrC,MAAM,WAAW,GAAG,qBAAqB,CAAC,SAAS,CAAC,CAAC;IACrD,IAAI,CAAC,WAAW,EAAE;QACd,MAAM,IAAI,SAAS,CAAC,+CAA+C,CAAC,CAAC;KACxE;IACD,MAAM,GAAG,GAAG,SAAS,CAAC,MAAM,CAAC;IAE7B,MAAM,MAAM,GAAG,QAAQ,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IAErD,IAAI,OAAO,GAAqB,MAAM,CAAC;IACvC,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,GAAG,EAAE,CAAC,EAAE,EAAE;QAC1B,MAAM,MAAM,GAAG,CAAC,KAAK,GAAG,GAAG,CAAC,CAAC;QAC7B,MAAM,GAAG,GAAG,SAAS,CAAC,CAAC,CAAE,CAAC;QAC1B,IAAI,MAAM,EAAE;YACP,OAAkB,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC;YACjC,OAAO,MAAM,CAAC;SACjB;QACD,IAAI,CAAC,QAAQ,CAAE,OAAkB,CAAC,GAAG,CAAC,CAAC,EAAE;YACpC,OAAkB,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;SACjC;aACI;YACA,OAAkB,CAAC,GAAG,CAAC,GAAG,KAAK,CAAE,OAAkB,CAAC,GAAG,CAAuB,CAAC,CAAC;SACpF;QACD,OAAO,GAAI,OAAkB,CAAC,GAAG,CAAC,CAAC;KACtC;IACD,OAAO,MAAM,CAAC;AAClB,CAAC,CAAC;AAEO,oCAAY"}
|
package/dist/throttle.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"throttle.js","sourceRoot":"","sources":["../src/throttle.ts"],"names":[],"mappings":";;;AAsBA,MAAM,cAAc,GAAmB;IACnC,OAAO,EAAE,IAAI;IACb,QAAQ,EAAE,IAAI;CACjB,CAAC;AAuBF,MAAM,QAAQ,GAAG,CACb,EAAK,EAAE,OAAuC,CAAC,EAAE,OAAc,EACjC,EAAE;;IAChC,MAAM,IAAI,GAAmB;QACzB,OAAO,EAAE,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,OAAO,mCAAI,cAAc,CAAC,OAAO;QACnD,QAAQ,EAAE,MAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,mCAAI,cAAc,CAAC,QAAQ;KACzD,CAAC;IAEF,IAAI,CAAC,IAAI,CAAC,QAAQ,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE;QACjC,MAAM,IAAI,SAAS,CAAC,qEAAqE,CAAC,CAAC;KAC9F;IACD,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,CAAC,IAAI,CAAC,MAAM,EAAE;QAC1C,MAAM,IAAI,SAAS,CAAC,mDAAmD,CAAC,CAAC;KAC5E;IAED,MAAM,SAAS,GAAG,OAAO,IAAI,KAAK,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"throttle.js","sourceRoot":"","sources":["../src/throttle.ts"],"names":[],"mappings":"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"}
|
package/docs/assets/search.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.searchData = JSON.parse("{\"kinds\":{\"32\":\"Variable\",\"64\":\"Function\",\"256\":\"Interface\",\"1024\":\"Property\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"33554432\":\"@knodes/typedoc-plugin-pages: page\"},\"rows\":[{\"kind\":64,\"name\":\"ensurePrefix\",\"url\":\"functions/ensurePrefix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureSuffix\",\"url\":\"functions/ensureSuffix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cap\",\"url\":\"functions/cap.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"capitalize\",\"url\":\"functions/capitalize.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"coalesce\",\"url\":\"functions/coalesce.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"compareArrays\",\"url\":\"functions/compareArrays.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/compareArrays.html#compareArrays.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"compareArrays.compareArrays\"},{\"kind\":1024,\"name\":\"onlyA\",\"url\":\"functions/compareArrays.html#compareArrays.__type.onlyA\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"compareArrays.compareArrays.__type\"},{\"kind\":1024,\"name\":\"onlyB\",\"url\":\"functions/compareArrays.html#compareArrays.__type.onlyB\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"compareArrays.compareArrays.__type\"},{\"kind\":1024,\"name\":\"both\",\"url\":\"functions/compareArrays.html#compareArrays.__type.both\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"compareArrays.compareArrays.__type\"},{\"kind\":64,\"name\":\"compareProps\",\"url\":\"functions/compareProps.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ComparePropsOptions\",\"url\":\"interfaces/ComparePropsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"missingEqualsUndefined\",\"url\":\"interfaces/ComparePropsOptions.html#missingEqualsUndefined\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ComparePropsOptions\"},{\"kind\":64,\"name\":\"ensureArray\",\"url\":\"functions/ensureArray.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureDate\",\"url\":\"functions/ensureDate.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureError\",\"url\":\"functions/ensureError.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureTimestamp\",\"url\":\"functions/ensureTimestamp.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"escapeRegExp\",\"url\":\"functions/escapeRegExp.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/get.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"GetSource\",\"url\":\"interfaces/GetSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"getMultiple\",\"url\":\"functions/getMultiple.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"GetMultipleSource\",\"url\":\"interfaces/GetMultipleSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"insertSeparator\",\"url\":\"functions/insertSeparator.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isEmpty\",\"url\":\"functions/isEmpty.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isNumericString\",\"url\":\"functions/isNumericString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"IsNumericStringOptions\",\"url\":\"interfaces/IsNumericStringOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"allowFloats\",\"url\":\"interfaces/IsNumericStringOptions.html#allowFloats\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowExponents\",\"url\":\"interfaces/IsNumericStringOptions.html#allowExponents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowInfinity\",\"url\":\"interfaces/IsNumericStringOptions.html#allowInfinity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowNaN\",\"url\":\"interfaces/IsNumericStringOptions.html#allowNaN\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":64,\"name\":\"isPlainObject\",\"url\":\"functions/isPlainObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"last\",\"url\":\"functions/last.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"Later\",\"url\":\"types/Later.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Later.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Later\"},{\"kind\":1024,\"name\":\"promise\",\"url\":\"types/Later.html#__type.promise\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Later.__type\"},{\"kind\":1024,\"name\":\"resolve\",\"url\":\"types/Later.html#__type.resolve\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Later.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Later.html#__type.resolve.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Later.__type.resolve\"},{\"kind\":1024,\"name\":\"reject\",\"url\":\"types/Later.html#__type.reject\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Later.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Later.html#__type.reject.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Later.__type.reject\"},{\"kind\":64,\"name\":\"later\",\"url\":\"functions/later-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapAsync\",\"url\":\"functions/mapAsync.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapValues\",\"url\":\"functions/mapValues.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"mapValuesUNSET\",\"url\":\"variables/mapValuesUNSET.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/mapValuesUNSET.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"mapValuesUNSET\"},{\"kind\":4194304,\"name\":\"MapValuesFn\",\"url\":\"types/MapValuesFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MapValuesFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapValuesFn\"},{\"kind\":64,\"name\":\"match\",\"url\":\"functions/match.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/match.html#match.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"match.match\"},{\"kind\":1024,\"name\":\"matched\",\"url\":\"functions/match.html#match.__type.matched\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"match.match.__type\"},{\"kind\":1024,\"name\":\"unmatched\",\"url\":\"functions/match.html#match.__type.unmatched\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"match.match.__type\"},{\"kind\":4194304,\"name\":\"MatchCallback\",\"url\":\"types/MatchCallback.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MatchCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MatchCallback\"},{\"kind\":64,\"name\":\"merge\",\"url\":\"functions/merge.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"mergeUNSET\",\"url\":\"variables/mergeUNSET.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/mergeUNSET.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"mergeUNSET\"},{\"kind\":64,\"name\":\"mostFrequent\",\"url\":\"functions/mostFrequent.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"noop\",\"url\":\"functions/noop.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"occurrences\",\"url\":\"functions/occurrences.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"OccurencesOptions\",\"url\":\"interfaces/OccurencesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"overlap\",\"url\":\"interfaces/OccurencesOptions.html#overlap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OccurencesOptions\"},{\"kind\":64,\"name\":\"omit\",\"url\":\"functions/omit.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pick\",\"url\":\"functions/pick.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pull\",\"url\":\"functions/pull.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"remove\",\"url\":\"functions/remove.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"replace\",\"url\":\"functions/replace.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rethrow\",\"url\":\"functions/rethrow.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"safe\",\"url\":\"functions/safe.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"scale\",\"url\":\"functions/scale.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"seq\",\"url\":\"functions/seq.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"seqEarlyBreak\",\"url\":\"functions/seqEarlyBreak.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"SeqEarlyBreaker\",\"url\":\"types/SeqEarlyBreaker.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SeqEarlyBreaker.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SeqEarlyBreaker\"},{\"kind\":4194304,\"name\":\"SeqFunctions\",\"url\":\"types/SeqFunctions.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"SeqFn\",\"url\":\"types/SeqFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SeqFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SeqFn\"},{\"kind\":64,\"name\":\"set\",\"url\":\"functions/set.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"SetSource\",\"url\":\"interfaces/SetSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"setImmutable\",\"url\":\"functions/setImmutable.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"SetImmutablePath\",\"url\":\"types/SetImmutablePath.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"SetImmutableSource\",\"url\":\"interfaces/SetImmutableSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"sortBy\",\"url\":\"functions/sortBy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/sortBy.html#sortBy.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"sortBy.sortBy\"},{\"kind\":64,\"name\":\"sortProps\",\"url\":\"functions/sortProps.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"stripPrefix\",\"url\":\"functions/stripPrefix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"stripSuffix\",\"url\":\"functions/stripSuffix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"throttle\",\"url\":\"functions/throttle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ThrottledFunctionExtras\",\"url\":\"interfaces/ThrottledFunctionExtras.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"cancel\",\"url\":\"interfaces/ThrottledFunctionExtras.html#cancel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottledFunctionExtras\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ThrottledFunctionExtras.html#cancel.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ThrottledFunctionExtras.cancel\"},{\"kind\":1024,\"name\":\"flush\",\"url\":\"interfaces/ThrottledFunctionExtras.html#flush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottledFunctionExtras\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ThrottledFunctionExtras.html#flush.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ThrottledFunctionExtras.flush\"},{\"kind\":256,\"name\":\"ThrottleOptions\",\"url\":\"interfaces/ThrottleOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"leading\",\"url\":\"interfaces/ThrottleOptions.html#leading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottleOptions\"},{\"kind\":1024,\"name\":\"trailing\",\"url\":\"interfaces/ThrottleOptions.html#trailing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottleOptions\"},{\"kind\":4194304,\"name\":\"ThrottledFunction\",\"url\":\"types/ThrottledFunction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ThrottledFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ThrottledFunction\"},{\"kind\":64,\"name\":\"truthy\",\"url\":\"functions/truthy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"unique\",\"url\":\"functions/unique.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"wait\",\"url\":\"functions/wait.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"waitFor\",\"url\":\"functions/waitFor.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"waitSync\",\"url\":\"functions/waitSync.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":33554432,\"name\":\"Introduction\",\"url\":\"pages/Introduction.html\",\"classes\":\"pages-entry pages-entry-page\"},{\"kind\":33554432,\"name\":\"Changelog\",\"url\":\"pages/CHANGELOG.html\",\"classes\":\"pages-entry pages-entry-page\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,42.389]],[\"comment/0\",[]],[\"name/1\",[1,42.389]],[\"comment/1\",[]],[\"name/2\",[2,42.389]],[\"comment/2\",[]],[\"name/3\",[3,42.389]],[\"comment/3\",[]],[\"name/4\",[4,42.389]],[\"comment/4\",[]],[\"name/5\",[5,42.389]],[\"comment/5\",[]],[\"name/6\",[6,19.036]],[\"comment/6\",[]],[\"name/7\",[7,42.389]],[\"comment/7\",[]],[\"name/8\",[8,42.389]],[\"comment/8\",[]],[\"name/9\",[9,42.389]],[\"comment/9\",[]],[\"name/10\",[10,42.389]],[\"comment/10\",[]],[\"name/11\",[11,42.389]],[\"comment/11\",[]],[\"name/12\",[12,42.389]],[\"comment/12\",[]],[\"name/13\",[13,42.389]],[\"comment/13\",[]],[\"name/14\",[14,42.389]],[\"comment/14\",[]],[\"name/15\",[15,42.389]],[\"comment/15\",[]],[\"name/16\",[16,42.389]],[\"comment/16\",[]],[\"name/17\",[17,42.389]],[\"comment/17\",[]],[\"name/18\",[18,42.389]],[\"comment/18\",[]],[\"name/19\",[19,42.389]],[\"comment/19\",[]],[\"name/20\",[20,42.389]],[\"comment/20\",[]],[\"name/21\",[21,42.389]],[\"comment/21\",[]],[\"name/22\",[22,42.389]],[\"comment/22\",[]],[\"name/23\",[23,42.389]],[\"comment/23\",[]],[\"name/24\",[24,42.389]],[\"comment/24\",[]],[\"name/25\",[25,42.389]],[\"comment/25\",[]],[\"name/26\",[26,42.389]],[\"comment/26\",[]],[\"name/27\",[27,42.389]],[\"comment/27\",[]],[\"name/28\",[28,42.389]],[\"comment/28\",[]],[\"name/29\",[29,42.389]],[\"comment/29\",[]],[\"name/30\",[30,42.389]],[\"comment/30\",[]],[\"name/31\",[31,42.389]],[\"comment/31\",[]],[\"name/32\",[32,37.281]],[\"comment/32\",[]],[\"name/33\",[6,19.036]],[\"comment/33\",[]],[\"name/34\",[33,42.389]],[\"comment/34\",[]],[\"name/35\",[34,42.389]],[\"comment/35\",[]],[\"name/36\",[6,19.036]],[\"comment/36\",[]],[\"name/37\",[35,42.389]],[\"comment/37\",[]],[\"name/38\",[6,19.036]],[\"comment/38\",[]],[\"name/39\",[32,37.281]],[\"comment/39\",[]],[\"name/40\",[36,42.389]],[\"comment/40\",[]],[\"name/41\",[37,42.389]],[\"comment/41\",[]],[\"name/42\",[38,42.389]],[\"comment/42\",[]],[\"name/43\",[6,19.036]],[\"comment/43\",[]],[\"name/44\",[39,42.389]],[\"comment/44\",[]],[\"name/45\",[6,19.036]],[\"comment/45\",[]],[\"name/46\",[40,42.389]],[\"comment/46\",[]],[\"name/47\",[6,19.036]],[\"comment/47\",[]],[\"name/48\",[41,42.389]],[\"comment/48\",[]],[\"name/49\",[42,42.389]],[\"comment/49\",[]],[\"name/50\",[43,42.389]],[\"comment/50\",[]],[\"name/51\",[6,19.036]],[\"comment/51\",[]],[\"name/52\",[44,42.389]],[\"comment/52\",[]],[\"name/53\",[45,42.389]],[\"comment/53\",[]],[\"name/54\",[6,19.036]],[\"comment/54\",[]],[\"name/55\",[46,42.389]],[\"comment/55\",[]],[\"name/56\",[47,42.389]],[\"comment/56\",[]],[\"name/57\",[48,42.389]],[\"comment/57\",[]],[\"name/58\",[49,42.389]],[\"comment/58\",[]],[\"name/59\",[50,42.389]],[\"comment/59\",[]],[\"name/60\",[51,42.389]],[\"comment/60\",[]],[\"name/61\",[52,42.389]],[\"comment/61\",[]],[\"name/62\",[53,42.389]],[\"comment/62\",[]],[\"name/63\",[54,42.389]],[\"comment/63\",[]],[\"name/64\",[55,42.389]],[\"comment/64\",[]],[\"name/65\",[56,42.389]],[\"comment/65\",[]],[\"name/66\",[57,42.389]],[\"comment/66\",[]],[\"name/67\",[58,42.389]],[\"comment/67\",[]],[\"name/68\",[59,42.389]],[\"comment/68\",[]],[\"name/69\",[60,42.389]],[\"comment/69\",[]],[\"name/70\",[61,42.389]],[\"comment/70\",[]],[\"name/71\",[6,19.036]],[\"comment/71\",[]],[\"name/72\",[62,42.389]],[\"comment/72\",[]],[\"name/73\",[63,42.389]],[\"comment/73\",[]],[\"name/74\",[6,19.036]],[\"comment/74\",[]],[\"name/75\",[64,42.389]],[\"comment/75\",[]],[\"name/76\",[65,42.389]],[\"comment/76\",[]],[\"name/77\",[66,42.389]],[\"comment/77\",[]],[\"name/78\",[67,42.389]],[\"comment/78\",[]],[\"name/79\",[68,42.389]],[\"comment/79\",[]],[\"name/80\",[69,42.389]],[\"comment/80\",[]],[\"name/81\",[6,19.036]],[\"comment/81\",[]],[\"name/82\",[70,42.389]],[\"comment/82\",[]],[\"name/83\",[71,42.389]],[\"comment/83\",[]],[\"name/84\",[72,42.389]],[\"comment/84\",[]],[\"name/85\",[73,42.389]],[\"comment/85\",[]],[\"name/86\",[74,42.389]],[\"comment/86\",[]],[\"name/87\",[75,42.389]],[\"comment/87\",[]],[\"name/88\",[6,19.036]],[\"comment/88\",[]],[\"name/89\",[76,42.389]],[\"comment/89\",[]],[\"name/90\",[6,19.036]],[\"comment/90\",[]],[\"name/91\",[77,42.389]],[\"comment/91\",[]],[\"name/92\",[78,42.389]],[\"comment/92\",[]],[\"name/93\",[79,42.389]],[\"comment/93\",[]],[\"name/94\",[80,42.389]],[\"comment/94\",[]],[\"name/95\",[6,19.036]],[\"comment/95\",[]],[\"name/96\",[81,42.389]],[\"comment/96\",[]],[\"name/97\",[82,42.389]],[\"comment/97\",[]],[\"name/98\",[83,42.389]],[\"comment/98\",[]],[\"name/99\",[84,42.389]],[\"comment/99\",[]],[\"name/100\",[85,42.389]],[\"comment/100\",[]],[\"name/101\",[86,42.389]],[\"comment/101\",[]],[\"name/102\",[87,42.389]],[\"comment/102\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":6,\"name\":{\"6\":{},\"33\":{},\"36\":{},\"38\":{},\"43\":{},\"45\":{},\"47\":{},\"51\":{},\"54\":{},\"71\":{},\"74\":{},\"81\":{},\"88\":{},\"90\":{},\"95\":{}},\"comment\":{}}],[\"allowexponents\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"allowfloats\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"allowinfinity\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"allownan\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"both\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"cancel\",{\"_index\":75,\"name\":{\"87\":{}},\"comment\":{}}],[\"cap\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"capitalize\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"changelog\",{\"_index\":87,\"name\":{\"102\":{}},\"comment\":{}}],[\"coalesce\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"comparearrays\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"compareprops\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"comparepropsoptions\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"ensurearray\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"ensuredate\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"ensureerror\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"ensureprefix\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"ensuresuffix\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"ensuretimestamp\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"escaperegexp\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"flush\",{\"_index\":76,\"name\":{\"89\":{}},\"comment\":{}}],[\"get\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"getmultiple\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"getmultiplesource\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"getsource\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"insertseparator\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"introduction\",{\"_index\":86,\"name\":{\"101\":{}},\"comment\":{}}],[\"isempty\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"isnumericstring\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"isnumericstringoptions\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"isplainobject\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"last\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"later\",{\"_index\":32,\"name\":{\"32\":{},\"39\":{}},\"comment\":{}}],[\"leading\",{\"_index\":78,\"name\":{\"92\":{}},\"comment\":{}}],[\"mapasync\",{\"_index\":36,\"name\":{\"40\":{}},\"comment\":{}}],[\"mapvalues\",{\"_index\":37,\"name\":{\"41\":{}},\"comment\":{}}],[\"mapvaluesfn\",{\"_index\":39,\"name\":{\"44\":{}},\"comment\":{}}],[\"mapvaluesunset\",{\"_index\":38,\"name\":{\"42\":{}},\"comment\":{}}],[\"match\",{\"_index\":40,\"name\":{\"46\":{}},\"comment\":{}}],[\"matchcallback\",{\"_index\":43,\"name\":{\"50\":{}},\"comment\":{}}],[\"matched\",{\"_index\":41,\"name\":{\"48\":{}},\"comment\":{}}],[\"merge\",{\"_index\":44,\"name\":{\"52\":{}},\"comment\":{}}],[\"mergeunset\",{\"_index\":45,\"name\":{\"53\":{}},\"comment\":{}}],[\"missingequalsundefined\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"mostfrequent\",{\"_index\":46,\"name\":{\"55\":{}},\"comment\":{}}],[\"noop\",{\"_index\":47,\"name\":{\"56\":{}},\"comment\":{}}],[\"occurencesoptions\",{\"_index\":49,\"name\":{\"58\":{}},\"comment\":{}}],[\"occurrences\",{\"_index\":48,\"name\":{\"57\":{}},\"comment\":{}}],[\"omit\",{\"_index\":51,\"name\":{\"60\":{}},\"comment\":{}}],[\"onlya\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"onlyb\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"overlap\",{\"_index\":50,\"name\":{\"59\":{}},\"comment\":{}}],[\"pick\",{\"_index\":52,\"name\":{\"61\":{}},\"comment\":{}}],[\"promise\",{\"_index\":33,\"name\":{\"34\":{}},\"comment\":{}}],[\"pull\",{\"_index\":53,\"name\":{\"62\":{}},\"comment\":{}}],[\"reject\",{\"_index\":35,\"name\":{\"37\":{}},\"comment\":{}}],[\"remove\",{\"_index\":54,\"name\":{\"63\":{}},\"comment\":{}}],[\"replace\",{\"_index\":55,\"name\":{\"64\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":34,\"name\":{\"35\":{}},\"comment\":{}}],[\"rethrow\",{\"_index\":56,\"name\":{\"65\":{}},\"comment\":{}}],[\"safe\",{\"_index\":57,\"name\":{\"66\":{}},\"comment\":{}}],[\"scale\",{\"_index\":58,\"name\":{\"67\":{}},\"comment\":{}}],[\"seq\",{\"_index\":59,\"name\":{\"68\":{}},\"comment\":{}}],[\"seqearlybreak\",{\"_index\":60,\"name\":{\"69\":{}},\"comment\":{}}],[\"seqearlybreaker\",{\"_index\":61,\"name\":{\"70\":{}},\"comment\":{}}],[\"seqfn\",{\"_index\":63,\"name\":{\"73\":{}},\"comment\":{}}],[\"seqfunctions\",{\"_index\":62,\"name\":{\"72\":{}},\"comment\":{}}],[\"set\",{\"_index\":64,\"name\":{\"75\":{}},\"comment\":{}}],[\"setimmutable\",{\"_index\":66,\"name\":{\"77\":{}},\"comment\":{}}],[\"setimmutablepath\",{\"_index\":67,\"name\":{\"78\":{}},\"comment\":{}}],[\"setimmutablesource\",{\"_index\":68,\"name\":{\"79\":{}},\"comment\":{}}],[\"setsource\",{\"_index\":65,\"name\":{\"76\":{}},\"comment\":{}}],[\"sortby\",{\"_index\":69,\"name\":{\"80\":{}},\"comment\":{}}],[\"sortprops\",{\"_index\":70,\"name\":{\"82\":{}},\"comment\":{}}],[\"stripprefix\",{\"_index\":71,\"name\":{\"83\":{}},\"comment\":{}}],[\"stripsuffix\",{\"_index\":72,\"name\":{\"84\":{}},\"comment\":{}}],[\"throttle\",{\"_index\":73,\"name\":{\"85\":{}},\"comment\":{}}],[\"throttledfunction\",{\"_index\":80,\"name\":{\"94\":{}},\"comment\":{}}],[\"throttledfunctionextras\",{\"_index\":74,\"name\":{\"86\":{}},\"comment\":{}}],[\"throttleoptions\",{\"_index\":77,\"name\":{\"91\":{}},\"comment\":{}}],[\"trailing\",{\"_index\":79,\"name\":{\"93\":{}},\"comment\":{}}],[\"truthy\",{\"_index\":81,\"name\":{\"96\":{}},\"comment\":{}}],[\"unique\",{\"_index\":82,\"name\":{\"97\":{}},\"comment\":{}}],[\"unmatched\",{\"_index\":42,\"name\":{\"49\":{}},\"comment\":{}}],[\"wait\",{\"_index\":83,\"name\":{\"98\":{}},\"comment\":{}}],[\"waitfor\",{\"_index\":84,\"name\":{\"99\":{}},\"comment\":{}}],[\"waitsync\",{\"_index\":85,\"name\":{\"100\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|
|
1
|
+
window.searchData = JSON.parse("{\"kinds\":{\"32\":\"Variable\",\"64\":\"Function\",\"256\":\"Interface\",\"1024\":\"Property\",\"65536\":\"Type literal\",\"4194304\":\"Type alias\",\"33554432\":\"@knodes/typedoc-plugin-pages: page\"},\"rows\":[{\"kind\":64,\"name\":\"ensurePrefix\",\"url\":\"functions/ensurePrefix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureSuffix\",\"url\":\"functions/ensureSuffix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"cap\",\"url\":\"functions/cap.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"capitalize\",\"url\":\"functions/capitalize.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"coalesce\",\"url\":\"functions/coalesce.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"compareArrays\",\"url\":\"functions/compareArrays.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/compareArrays.html#compareArrays.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"compareArrays.compareArrays\"},{\"kind\":1024,\"name\":\"onlyA\",\"url\":\"functions/compareArrays.html#compareArrays.__type.onlyA\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"compareArrays.compareArrays.__type\"},{\"kind\":1024,\"name\":\"onlyB\",\"url\":\"functions/compareArrays.html#compareArrays.__type.onlyB\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"compareArrays.compareArrays.__type\"},{\"kind\":1024,\"name\":\"both\",\"url\":\"functions/compareArrays.html#compareArrays.__type.both\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"compareArrays.compareArrays.__type\"},{\"kind\":64,\"name\":\"compareProps\",\"url\":\"functions/compareProps.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ComparePropsOptions\",\"url\":\"interfaces/ComparePropsOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"missingEqualsUndefined\",\"url\":\"interfaces/ComparePropsOptions.html#missingEqualsUndefined\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ComparePropsOptions\"},{\"kind\":64,\"name\":\"ensureArray\",\"url\":\"functions/ensureArray.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureDate\",\"url\":\"functions/ensureDate.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureError\",\"url\":\"functions/ensureError.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"ensureTimestamp\",\"url\":\"functions/ensureTimestamp.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"escapeRegExp\",\"url\":\"functions/escapeRegExp.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"formatDate\",\"url\":\"functions/formatDate.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"get\",\"url\":\"functions/get.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"GetSource\",\"url\":\"interfaces/GetSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"getMultiple\",\"url\":\"functions/getMultiple.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"GetMultipleSource\",\"url\":\"interfaces/GetMultipleSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"insertSeparator\",\"url\":\"functions/insertSeparator.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isEmpty\",\"url\":\"functions/isEmpty.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"isNumericString\",\"url\":\"functions/isNumericString.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"IsNumericStringOptions\",\"url\":\"interfaces/IsNumericStringOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"allowFloats\",\"url\":\"interfaces/IsNumericStringOptions.html#allowFloats\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowExponents\",\"url\":\"interfaces/IsNumericStringOptions.html#allowExponents\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowInfinity\",\"url\":\"interfaces/IsNumericStringOptions.html#allowInfinity\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":1024,\"name\":\"allowNaN\",\"url\":\"interfaces/IsNumericStringOptions.html#allowNaN\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"IsNumericStringOptions\"},{\"kind\":64,\"name\":\"isPlainObject\",\"url\":\"functions/isPlainObject.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"last\",\"url\":\"functions/last.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"Later\",\"url\":\"types/Later.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Later.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"Later\"},{\"kind\":1024,\"name\":\"promise\",\"url\":\"types/Later.html#__type.promise\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Later.__type\"},{\"kind\":1024,\"name\":\"resolve\",\"url\":\"types/Later.html#__type.resolve\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Later.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Later.html#__type.resolve.__type-3\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Later.__type.resolve\"},{\"kind\":1024,\"name\":\"reject\",\"url\":\"types/Later.html#__type.reject\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Later.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/Later.html#__type.reject.__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"Later.__type.reject\"},{\"kind\":64,\"name\":\"later\",\"url\":\"functions/later-1.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapAsync\",\"url\":\"functions/mapAsync.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"mapValues\",\"url\":\"functions/mapValues.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"mapValuesUNSET\",\"url\":\"variables/mapValuesUNSET.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/mapValuesUNSET.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"mapValuesUNSET\"},{\"kind\":4194304,\"name\":\"MapValuesFn\",\"url\":\"types/MapValuesFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MapValuesFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MapValuesFn\"},{\"kind\":64,\"name\":\"match\",\"url\":\"functions/match.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/match.html#match.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"match.match\"},{\"kind\":1024,\"name\":\"matched\",\"url\":\"functions/match.html#match.__type.matched\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"match.match.__type\"},{\"kind\":1024,\"name\":\"unmatched\",\"url\":\"functions/match.html#match.__type.unmatched\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"match.match.__type\"},{\"kind\":4194304,\"name\":\"MatchCallback\",\"url\":\"types/MatchCallback.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/MatchCallback.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"MatchCallback\"},{\"kind\":64,\"name\":\"merge\",\"url\":\"functions/merge.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":32,\"name\":\"mergeUNSET\",\"url\":\"variables/mergeUNSET.html\",\"classes\":\"tsd-kind-variable\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"variables/mergeUNSET.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-variable\",\"parent\":\"mergeUNSET\"},{\"kind\":64,\"name\":\"mostFrequent\",\"url\":\"functions/mostFrequent.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"noop\",\"url\":\"functions/noop.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"occurrences\",\"url\":\"functions/occurrences.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"OccurencesOptions\",\"url\":\"interfaces/OccurencesOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"overlap\",\"url\":\"interfaces/OccurencesOptions.html#overlap\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"OccurencesOptions\"},{\"kind\":64,\"name\":\"omit\",\"url\":\"functions/omit.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pick\",\"url\":\"functions/pick.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"pull\",\"url\":\"functions/pull.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"remove\",\"url\":\"functions/remove.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"replace\",\"url\":\"functions/replace.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"rethrow\",\"url\":\"functions/rethrow.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"safe\",\"url\":\"functions/safe.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"scale\",\"url\":\"functions/scale.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"seq\",\"url\":\"functions/seq.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"seqEarlyBreak\",\"url\":\"functions/seqEarlyBreak.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"SeqEarlyBreaker\",\"url\":\"types/SeqEarlyBreaker.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SeqEarlyBreaker.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SeqEarlyBreaker\"},{\"kind\":4194304,\"name\":\"SeqFunctions\",\"url\":\"types/SeqFunctions.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":4194304,\"name\":\"SeqFn\",\"url\":\"types/SeqFn.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/SeqFn.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"SeqFn\"},{\"kind\":64,\"name\":\"set\",\"url\":\"functions/set.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"SetSource\",\"url\":\"interfaces/SetSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"setImmutable\",\"url\":\"functions/setImmutable.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":4194304,\"name\":\"SetImmutablePath\",\"url\":\"types/SetImmutablePath.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":256,\"name\":\"SetImmutableSource\",\"url\":\"interfaces/SetImmutableSource.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":64,\"name\":\"sortBy\",\"url\":\"functions/sortBy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"functions/sortBy.html#sortBy.__type\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"sortBy.sortBy\"},{\"kind\":64,\"name\":\"sortProps\",\"url\":\"functions/sortProps.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"stripPrefix\",\"url\":\"functions/stripPrefix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"stripSuffix\",\"url\":\"functions/stripSuffix.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"throttle\",\"url\":\"functions/throttle.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":256,\"name\":\"ThrottledFunctionExtras\",\"url\":\"interfaces/ThrottledFunctionExtras.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"cancel\",\"url\":\"interfaces/ThrottledFunctionExtras.html#cancel\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottledFunctionExtras\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ThrottledFunctionExtras.html#cancel.__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ThrottledFunctionExtras.cancel\"},{\"kind\":1024,\"name\":\"flush\",\"url\":\"interfaces/ThrottledFunctionExtras.html#flush\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottledFunctionExtras\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/ThrottledFunctionExtras.html#flush.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-property\",\"parent\":\"ThrottledFunctionExtras.flush\"},{\"kind\":256,\"name\":\"ThrottleOptions\",\"url\":\"interfaces/ThrottleOptions.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"leading\",\"url\":\"interfaces/ThrottleOptions.html#leading\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottleOptions\"},{\"kind\":1024,\"name\":\"trailing\",\"url\":\"interfaces/ThrottleOptions.html#trailing\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"ThrottleOptions\"},{\"kind\":4194304,\"name\":\"ThrottledFunction\",\"url\":\"types/ThrottledFunction.html\",\"classes\":\"tsd-kind-type-alias\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"types/ThrottledFunction.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-alias\",\"parent\":\"ThrottledFunction\"},{\"kind\":64,\"name\":\"truthy\",\"url\":\"functions/truthy.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"unique\",\"url\":\"functions/unique.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"wait\",\"url\":\"functions/wait.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"waitFor\",\"url\":\"functions/waitFor.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":64,\"name\":\"waitSync\",\"url\":\"functions/waitSync.html\",\"classes\":\"tsd-kind-function\"},{\"kind\":33554432,\"name\":\"Introduction\",\"url\":\"pages/Introduction.html\",\"classes\":\"pages-entry pages-entry-page\"},{\"kind\":33554432,\"name\":\"Changelog\",\"url\":\"pages/CHANGELOG.html\",\"classes\":\"pages-entry pages-entry-page\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,42.485]],[\"comment/0\",[]],[\"name/1\",[1,42.485]],[\"comment/1\",[]],[\"name/2\",[2,42.485]],[\"comment/2\",[]],[\"name/3\",[3,42.485]],[\"comment/3\",[]],[\"name/4\",[4,42.485]],[\"comment/4\",[]],[\"name/5\",[5,42.485]],[\"comment/5\",[]],[\"name/6\",[6,19.131]],[\"comment/6\",[]],[\"name/7\",[7,42.485]],[\"comment/7\",[]],[\"name/8\",[8,42.485]],[\"comment/8\",[]],[\"name/9\",[9,42.485]],[\"comment/9\",[]],[\"name/10\",[10,42.485]],[\"comment/10\",[]],[\"name/11\",[11,42.485]],[\"comment/11\",[]],[\"name/12\",[12,42.485]],[\"comment/12\",[]],[\"name/13\",[13,42.485]],[\"comment/13\",[]],[\"name/14\",[14,42.485]],[\"comment/14\",[]],[\"name/15\",[15,42.485]],[\"comment/15\",[]],[\"name/16\",[16,42.485]],[\"comment/16\",[]],[\"name/17\",[17,42.485]],[\"comment/17\",[]],[\"name/18\",[18,42.485]],[\"comment/18\",[]],[\"name/19\",[19,42.485]],[\"comment/19\",[]],[\"name/20\",[20,42.485]],[\"comment/20\",[]],[\"name/21\",[21,42.485]],[\"comment/21\",[]],[\"name/22\",[22,42.485]],[\"comment/22\",[]],[\"name/23\",[23,42.485]],[\"comment/23\",[]],[\"name/24\",[24,42.485]],[\"comment/24\",[]],[\"name/25\",[25,42.485]],[\"comment/25\",[]],[\"name/26\",[26,42.485]],[\"comment/26\",[]],[\"name/27\",[27,42.485]],[\"comment/27\",[]],[\"name/28\",[28,42.485]],[\"comment/28\",[]],[\"name/29\",[29,42.485]],[\"comment/29\",[]],[\"name/30\",[30,42.485]],[\"comment/30\",[]],[\"name/31\",[31,42.485]],[\"comment/31\",[]],[\"name/32\",[32,42.485]],[\"comment/32\",[]],[\"name/33\",[33,37.377]],[\"comment/33\",[]],[\"name/34\",[6,19.131]],[\"comment/34\",[]],[\"name/35\",[34,42.485]],[\"comment/35\",[]],[\"name/36\",[35,42.485]],[\"comment/36\",[]],[\"name/37\",[6,19.131]],[\"comment/37\",[]],[\"name/38\",[36,42.485]],[\"comment/38\",[]],[\"name/39\",[6,19.131]],[\"comment/39\",[]],[\"name/40\",[33,37.377]],[\"comment/40\",[]],[\"name/41\",[37,42.485]],[\"comment/41\",[]],[\"name/42\",[38,42.485]],[\"comment/42\",[]],[\"name/43\",[39,42.485]],[\"comment/43\",[]],[\"name/44\",[6,19.131]],[\"comment/44\",[]],[\"name/45\",[40,42.485]],[\"comment/45\",[]],[\"name/46\",[6,19.131]],[\"comment/46\",[]],[\"name/47\",[41,42.485]],[\"comment/47\",[]],[\"name/48\",[6,19.131]],[\"comment/48\",[]],[\"name/49\",[42,42.485]],[\"comment/49\",[]],[\"name/50\",[43,42.485]],[\"comment/50\",[]],[\"name/51\",[44,42.485]],[\"comment/51\",[]],[\"name/52\",[6,19.131]],[\"comment/52\",[]],[\"name/53\",[45,42.485]],[\"comment/53\",[]],[\"name/54\",[46,42.485]],[\"comment/54\",[]],[\"name/55\",[6,19.131]],[\"comment/55\",[]],[\"name/56\",[47,42.485]],[\"comment/56\",[]],[\"name/57\",[48,42.485]],[\"comment/57\",[]],[\"name/58\",[49,42.485]],[\"comment/58\",[]],[\"name/59\",[50,42.485]],[\"comment/59\",[]],[\"name/60\",[51,42.485]],[\"comment/60\",[]],[\"name/61\",[52,42.485]],[\"comment/61\",[]],[\"name/62\",[53,42.485]],[\"comment/62\",[]],[\"name/63\",[54,42.485]],[\"comment/63\",[]],[\"name/64\",[55,42.485]],[\"comment/64\",[]],[\"name/65\",[56,42.485]],[\"comment/65\",[]],[\"name/66\",[57,42.485]],[\"comment/66\",[]],[\"name/67\",[58,42.485]],[\"comment/67\",[]],[\"name/68\",[59,42.485]],[\"comment/68\",[]],[\"name/69\",[60,42.485]],[\"comment/69\",[]],[\"name/70\",[61,42.485]],[\"comment/70\",[]],[\"name/71\",[62,42.485]],[\"comment/71\",[]],[\"name/72\",[6,19.131]],[\"comment/72\",[]],[\"name/73\",[63,42.485]],[\"comment/73\",[]],[\"name/74\",[64,42.485]],[\"comment/74\",[]],[\"name/75\",[6,19.131]],[\"comment/75\",[]],[\"name/76\",[65,42.485]],[\"comment/76\",[]],[\"name/77\",[66,42.485]],[\"comment/77\",[]],[\"name/78\",[67,42.485]],[\"comment/78\",[]],[\"name/79\",[68,42.485]],[\"comment/79\",[]],[\"name/80\",[69,42.485]],[\"comment/80\",[]],[\"name/81\",[70,42.485]],[\"comment/81\",[]],[\"name/82\",[6,19.131]],[\"comment/82\",[]],[\"name/83\",[71,42.485]],[\"comment/83\",[]],[\"name/84\",[72,42.485]],[\"comment/84\",[]],[\"name/85\",[73,42.485]],[\"comment/85\",[]],[\"name/86\",[74,42.485]],[\"comment/86\",[]],[\"name/87\",[75,42.485]],[\"comment/87\",[]],[\"name/88\",[76,42.485]],[\"comment/88\",[]],[\"name/89\",[6,19.131]],[\"comment/89\",[]],[\"name/90\",[77,42.485]],[\"comment/90\",[]],[\"name/91\",[6,19.131]],[\"comment/91\",[]],[\"name/92\",[78,42.485]],[\"comment/92\",[]],[\"name/93\",[79,42.485]],[\"comment/93\",[]],[\"name/94\",[80,42.485]],[\"comment/94\",[]],[\"name/95\",[81,42.485]],[\"comment/95\",[]],[\"name/96\",[6,19.131]],[\"comment/96\",[]],[\"name/97\",[82,42.485]],[\"comment/97\",[]],[\"name/98\",[83,42.485]],[\"comment/98\",[]],[\"name/99\",[84,42.485]],[\"comment/99\",[]],[\"name/100\",[85,42.485]],[\"comment/100\",[]],[\"name/101\",[86,42.485]],[\"comment/101\",[]],[\"name/102\",[87,42.485]],[\"comment/102\",[]],[\"name/103\",[88,42.485]],[\"comment/103\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":6,\"name\":{\"6\":{},\"34\":{},\"37\":{},\"39\":{},\"44\":{},\"46\":{},\"48\":{},\"52\":{},\"55\":{},\"72\":{},\"75\":{},\"82\":{},\"89\":{},\"91\":{},\"96\":{}},\"comment\":{}}],[\"allowexponents\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"allowfloats\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"allowinfinity\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"allownan\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"both\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"cancel\",{\"_index\":76,\"name\":{\"88\":{}},\"comment\":{}}],[\"cap\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"capitalize\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"changelog\",{\"_index\":88,\"name\":{\"103\":{}},\"comment\":{}}],[\"coalesce\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"comparearrays\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"compareprops\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"comparepropsoptions\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"ensurearray\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"ensuredate\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"ensureerror\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"ensureprefix\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"ensuresuffix\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"ensuretimestamp\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"escaperegexp\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"flush\",{\"_index\":77,\"name\":{\"90\":{}},\"comment\":{}}],[\"formatdate\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"get\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"getmultiple\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"getmultiplesource\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"getsource\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"insertseparator\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"introduction\",{\"_index\":87,\"name\":{\"102\":{}},\"comment\":{}}],[\"isempty\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"isnumericstring\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"isnumericstringoptions\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"isplainobject\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"last\",{\"_index\":32,\"name\":{\"32\":{}},\"comment\":{}}],[\"later\",{\"_index\":33,\"name\":{\"33\":{},\"40\":{}},\"comment\":{}}],[\"leading\",{\"_index\":79,\"name\":{\"93\":{}},\"comment\":{}}],[\"mapasync\",{\"_index\":37,\"name\":{\"41\":{}},\"comment\":{}}],[\"mapvalues\",{\"_index\":38,\"name\":{\"42\":{}},\"comment\":{}}],[\"mapvaluesfn\",{\"_index\":40,\"name\":{\"45\":{}},\"comment\":{}}],[\"mapvaluesunset\",{\"_index\":39,\"name\":{\"43\":{}},\"comment\":{}}],[\"match\",{\"_index\":41,\"name\":{\"47\":{}},\"comment\":{}}],[\"matchcallback\",{\"_index\":44,\"name\":{\"51\":{}},\"comment\":{}}],[\"matched\",{\"_index\":42,\"name\":{\"49\":{}},\"comment\":{}}],[\"merge\",{\"_index\":45,\"name\":{\"53\":{}},\"comment\":{}}],[\"mergeunset\",{\"_index\":46,\"name\":{\"54\":{}},\"comment\":{}}],[\"missingequalsundefined\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"mostfrequent\",{\"_index\":47,\"name\":{\"56\":{}},\"comment\":{}}],[\"noop\",{\"_index\":48,\"name\":{\"57\":{}},\"comment\":{}}],[\"occurencesoptions\",{\"_index\":50,\"name\":{\"59\":{}},\"comment\":{}}],[\"occurrences\",{\"_index\":49,\"name\":{\"58\":{}},\"comment\":{}}],[\"omit\",{\"_index\":52,\"name\":{\"61\":{}},\"comment\":{}}],[\"onlya\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"onlyb\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"overlap\",{\"_index\":51,\"name\":{\"60\":{}},\"comment\":{}}],[\"pick\",{\"_index\":53,\"name\":{\"62\":{}},\"comment\":{}}],[\"promise\",{\"_index\":34,\"name\":{\"35\":{}},\"comment\":{}}],[\"pull\",{\"_index\":54,\"name\":{\"63\":{}},\"comment\":{}}],[\"reject\",{\"_index\":36,\"name\":{\"38\":{}},\"comment\":{}}],[\"remove\",{\"_index\":55,\"name\":{\"64\":{}},\"comment\":{}}],[\"replace\",{\"_index\":56,\"name\":{\"65\":{}},\"comment\":{}}],[\"resolve\",{\"_index\":35,\"name\":{\"36\":{}},\"comment\":{}}],[\"rethrow\",{\"_index\":57,\"name\":{\"66\":{}},\"comment\":{}}],[\"safe\",{\"_index\":58,\"name\":{\"67\":{}},\"comment\":{}}],[\"scale\",{\"_index\":59,\"name\":{\"68\":{}},\"comment\":{}}],[\"seq\",{\"_index\":60,\"name\":{\"69\":{}},\"comment\":{}}],[\"seqearlybreak\",{\"_index\":61,\"name\":{\"70\":{}},\"comment\":{}}],[\"seqearlybreaker\",{\"_index\":62,\"name\":{\"71\":{}},\"comment\":{}}],[\"seqfn\",{\"_index\":64,\"name\":{\"74\":{}},\"comment\":{}}],[\"seqfunctions\",{\"_index\":63,\"name\":{\"73\":{}},\"comment\":{}}],[\"set\",{\"_index\":65,\"name\":{\"76\":{}},\"comment\":{}}],[\"setimmutable\",{\"_index\":67,\"name\":{\"78\":{}},\"comment\":{}}],[\"setimmutablepath\",{\"_index\":68,\"name\":{\"79\":{}},\"comment\":{}}],[\"setimmutablesource\",{\"_index\":69,\"name\":{\"80\":{}},\"comment\":{}}],[\"setsource\",{\"_index\":66,\"name\":{\"77\":{}},\"comment\":{}}],[\"sortby\",{\"_index\":70,\"name\":{\"81\":{}},\"comment\":{}}],[\"sortprops\",{\"_index\":71,\"name\":{\"83\":{}},\"comment\":{}}],[\"stripprefix\",{\"_index\":72,\"name\":{\"84\":{}},\"comment\":{}}],[\"stripsuffix\",{\"_index\":73,\"name\":{\"85\":{}},\"comment\":{}}],[\"throttle\",{\"_index\":74,\"name\":{\"86\":{}},\"comment\":{}}],[\"throttledfunction\",{\"_index\":81,\"name\":{\"95\":{}},\"comment\":{}}],[\"throttledfunctionextras\",{\"_index\":75,\"name\":{\"87\":{}},\"comment\":{}}],[\"throttleoptions\",{\"_index\":78,\"name\":{\"92\":{}},\"comment\":{}}],[\"trailing\",{\"_index\":80,\"name\":{\"94\":{}},\"comment\":{}}],[\"truthy\",{\"_index\":82,\"name\":{\"97\":{}},\"comment\":{}}],[\"unique\",{\"_index\":83,\"name\":{\"98\":{}},\"comment\":{}}],[\"unmatched\",{\"_index\":43,\"name\":{\"50\":{}},\"comment\":{}}],[\"wait\",{\"_index\":84,\"name\":{\"99\":{}},\"comment\":{}}],[\"waitfor\",{\"_index\":85,\"name\":{\"100\":{}},\"comment\":{}}],[\"waitsync\",{\"_index\":86,\"name\":{\"101\":{}},\"comment\":{}}]],\"pipeline\":[]}}");
|
package/docs/functions/cap.html
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>cap | @ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>cap | @ezez/utils - v1.8.1</title><meta name="description" content="Documentation for @ezez/utils - v1.8.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.8.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v1.
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.8.1</a></li>
|
|
16
16
|
<li><a href="cap.html">cap</a></li></ul>
|
|
17
17
|
<h1>Function cap</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
</div></li></ul></div>
|
|
39
39
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">number</span></h4><aside class="tsd-sources">
|
|
40
40
|
<ul>
|
|
41
|
-
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/
|
|
41
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/ff8c321/src/cap.ts#L7">cap.ts:7</a></li></ul></aside></li></ul></section></div>
|
|
42
42
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
43
43
|
<div class="tsd-navigation settings">
|
|
44
44
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
59
59
|
<div class="tsd-accordion-details">
|
|
60
60
|
<ul>
|
|
61
|
-
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
61
|
+
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.8.1</a>
|
|
62
62
|
<ul>
|
|
63
63
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
|
|
64
64
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
|
|
@@ -95,6 +95,7 @@
|
|
|
95
95
|
<li class="tsd-kind-function"><a href="ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
|
|
96
96
|
<li class="tsd-kind-function"><a href="ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
|
|
97
97
|
<li class="tsd-kind-function"><a href="escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
98
|
+
<li class="tsd-kind-function"><a href="formatDate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>format<wbr/>Date</a></li>
|
|
98
99
|
<li class="tsd-kind-function"><a href="get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
|
|
99
100
|
<li class="tsd-kind-function"><a href="getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
|
|
100
101
|
<li class="tsd-kind-function"><a href="insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>capitalize | @ezez/utils - v1.
|
|
1
|
+
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>capitalize | @ezez/utils - v1.8.1</title><meta name="description" content="Documentation for @ezez/utils - v1.8.1"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
2
|
<div class="tsd-toolbar-contents container">
|
|
3
3
|
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
4
|
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
<div id="tsd-toolbar-links"></div></div>
|
|
7
7
|
<ul class="results">
|
|
8
8
|
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.
|
|
9
|
+
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">@ezez/utils - v1.8.1</a></div>
|
|
10
10
|
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
11
|
<div class="container container-main">
|
|
12
12
|
<div class="col-8 col-content">
|
|
13
13
|
<div class="tsd-page-title">
|
|
14
14
|
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">@ezez/utils - v1.
|
|
15
|
+
<li><a href="../modules.html">@ezez/utils - v1.8.1</a></li>
|
|
16
16
|
<li><a href="capitalize.html">capitalize</a></li></ul>
|
|
17
17
|
<h1>Function capitalize</h1></div>
|
|
18
18
|
<section class="tsd-panel">
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
</div></li></ul></div>
|
|
44
44
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4><aside class="tsd-sources">
|
|
45
45
|
<ul>
|
|
46
|
-
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/
|
|
46
|
+
<li>Defined in <a href="https://github.com/dzek69/bottom-line/blob/ff8c321/src/capitalize.ts#L9">capitalize.ts:9</a></li></ul></aside></li></ul></section></div>
|
|
47
47
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
48
48
|
<div class="tsd-navigation settings">
|
|
49
49
|
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
64
64
|
<div class="tsd-accordion-details">
|
|
65
65
|
<ul>
|
|
66
|
-
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.
|
|
66
|
+
<li><a href="../modules.html">@ezez/utils -<wbr/> v1.8.1</a>
|
|
67
67
|
<ul>
|
|
68
68
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/Introduction.html">Introduction</a></li>
|
|
69
69
|
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/CHANGELOG.html">Changelog</a></li></ul></li></ul></div></details></nav>
|
|
@@ -100,6 +100,7 @@
|
|
|
100
100
|
<li class="tsd-kind-function"><a href="ensureSuffix.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Suffix</a></li>
|
|
101
101
|
<li class="tsd-kind-function"><a href="ensureTimestamp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>ensure<wbr/>Timestamp</a></li>
|
|
102
102
|
<li class="tsd-kind-function"><a href="escapeRegExp.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>escape<wbr/>Reg<wbr/>Exp</a></li>
|
|
103
|
+
<li class="tsd-kind-function"><a href="formatDate.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>format<wbr/>Date</a></li>
|
|
103
104
|
<li class="tsd-kind-function"><a href="get.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get</a></li>
|
|
104
105
|
<li class="tsd-kind-function"><a href="getMultiple.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Multiple</a></li>
|
|
105
106
|
<li class="tsd-kind-function"><a href="insertSeparator.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>insert<wbr/>Separator</a></li>
|