@ezez/utils 1.5.0 → 1.7.0
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 +8 -0
- package/README.md +2 -0
- package/dist/compareProps.d.ts +7 -0
- package/dist/compareProps.d.ts.map +1 -0
- package/dist/compareProps.js +14 -0
- package/dist/compareProps.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/later.d.ts +9 -0
- package/dist/later.d.ts.map +1 -0
- package/dist/later.js +13 -0
- package/dist/later.js.map +1 -0
- package/docs/assets/highlight.css +7 -0
- package/docs/assets/search.js +1 -1
- package/docs/functions/cap.html +11 -7
- package/docs/functions/capitalize.html +11 -7
- package/docs/functions/coalesce.html +11 -7
- package/docs/functions/compareArrays.html +11 -7
- package/docs/functions/compareProps.html +149 -0
- package/docs/functions/ensureArray.html +11 -7
- package/docs/functions/ensureDate.html +11 -7
- package/docs/functions/ensureError.html +11 -7
- package/docs/functions/ensurePrefix.html +11 -7
- package/docs/functions/ensureSuffix.html +11 -7
- package/docs/functions/ensureTimestamp.html +11 -7
- package/docs/functions/escapeRegExp.html +11 -7
- package/docs/functions/get.html +11 -7
- package/docs/functions/getMultiple.html +11 -7
- package/docs/functions/insertSeparator.html +11 -7
- package/docs/functions/isEmpty.html +11 -7
- package/docs/functions/isNumericString.html +11 -7
- package/docs/functions/isPlainObject.html +11 -7
- package/docs/functions/last.html +11 -7
- package/docs/functions/later-1.html +132 -0
- package/docs/functions/mapAsync.html +11 -7
- package/docs/functions/mapValues.html +11 -7
- package/docs/functions/match.html +11 -7
- package/docs/functions/merge.html +19 -15
- package/docs/functions/mostFrequent.html +11 -7
- package/docs/functions/noop.html +11 -7
- package/docs/functions/occurrences.html +11 -7
- package/docs/functions/omit.html +11 -7
- package/docs/functions/pick.html +11 -7
- package/docs/functions/pull.html +11 -7
- package/docs/functions/remove.html +11 -7
- package/docs/functions/replace.html +11 -7
- package/docs/functions/rethrow.html +11 -7
- package/docs/functions/safe.html +12 -8
- package/docs/functions/scale.html +11 -7
- package/docs/functions/seq.html +11 -7
- package/docs/functions/seqEarlyBreak.html +11 -7
- package/docs/functions/set.html +11 -7
- package/docs/functions/setImmutable.html +11 -7
- package/docs/functions/sortBy.html +11 -7
- package/docs/functions/sortProps.html +11 -7
- package/docs/functions/stripPrefix.html +11 -7
- package/docs/functions/stripSuffix.html +11 -7
- package/docs/functions/throttle.html +11 -7
- package/docs/functions/truthy.html +11 -7
- package/docs/functions/unique.html +11 -7
- package/docs/functions/wait.html +11 -7
- package/docs/functions/waitFor.html +11 -7
- package/docs/functions/waitSync.html +11 -7
- package/docs/index.html +12 -6
- package/docs/interfaces/ComparePropsOptions.html +70 -0
- package/docs/interfaces/GetMultipleSource.html +11 -7
- package/docs/interfaces/GetSource.html +11 -7
- package/docs/interfaces/IsNumericStringOptions.html +9 -9
- package/docs/interfaces/OccurencesOptions.html +6 -6
- package/docs/interfaces/SetImmutableSource.html +11 -7
- package/docs/interfaces/SetSource.html +11 -7
- package/docs/interfaces/ThrottleOptions.html +7 -7
- package/docs/interfaces/ThrottledFunctionExtras.html +7 -7
- package/docs/modules.html +14 -6
- package/docs/pages/CHANGELOG.html +59 -33
- package/docs/pages/Introduction.html +10 -6
- package/docs/types/Later.html +158 -0
- package/docs/types/MapValuesFn.html +11 -7
- package/docs/types/MatchCallback.html +11 -7
- package/docs/types/SeqEarlyBreaker.html +11 -7
- package/docs/types/SeqFn.html +11 -7
- package/docs/types/SeqFunctions.html +11 -7
- package/docs/types/SetImmutablePath.html +11 -7
- package/docs/types/ThrottledFunction.html +11 -7
- package/docs/variables/mapValuesUNSET.html +11 -7
- package/docs/variables/mergeUNSET.html +11 -7
- package/esm/compareProps.d.ts +7 -0
- package/esm/compareProps.d.ts.map +1 -0
- package/esm/compareProps.js +11 -0
- package/esm/compareProps.js.map +1 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -0
- package/esm/index.js.map +1 -1
- package/esm/later.d.ts +9 -0
- package/esm/later.d.ts.map +1 -0
- package/esm/later.js +10 -0
- package/esm/later.js.map +1 -0
- package/package.json +1 -1
- package/src/compareArrays.spec.ts +29 -3
- package/src/compareProps.spec.ts +68 -0
- package/src/compareProps.ts +33 -0
- package/src/index.ts +2 -0
- package/src/later.spec.ts +33 -0
- package/src/later.ts +42 -0
- package/src/unique.spec.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@ 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.7.0] - 2023-05-22
|
|
7
|
+
### Added
|
|
8
|
+
- `later` method
|
|
9
|
+
|
|
10
|
+
## [1.6.0] - 2023-05-12
|
|
11
|
+
### Added
|
|
12
|
+
- `compareProps` method
|
|
13
|
+
|
|
6
14
|
## [1.5.0] - 2023-05-12
|
|
7
15
|
### Added
|
|
8
16
|
- `compareArrays` method
|
package/README.md
CHANGED
|
@@ -56,6 +56,7 @@ object, with just some properties copied. Easy, right? Few lines of code? Lodash
|
|
|
56
56
|
- `unique` - get unique values from an array
|
|
57
57
|
|
|
58
58
|
### Object related
|
|
59
|
+
- `compareProps` - compare two objects and return list of different properties
|
|
59
60
|
- `isPlainObject` - check if given value is a plain object
|
|
60
61
|
- `mapValues` - map values of an object
|
|
61
62
|
- `merge` - merge two objects shallowly, allowing to remove properties while doing so
|
|
@@ -74,6 +75,7 @@ object, with just some properties copied. Easy, right? Few lines of code? Lodash
|
|
|
74
75
|
- `safe` - runs function and returns its result or default value if function throws an error
|
|
75
76
|
|
|
76
77
|
### Flow related
|
|
78
|
+
- `later` - create a promise you can resolve later, outside of Promise constructor
|
|
77
79
|
- `mapAsync` - map an array asynchronously if sync version blocks your event loop for too long
|
|
78
80
|
- `noop` - do nothing
|
|
79
81
|
- `rethrow` - throw given value
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface ComparePropsOptions {
|
|
2
|
+
missingEqualsUndefined?: boolean;
|
|
3
|
+
}
|
|
4
|
+
declare const compareProps: <T extends Record<string, unknown>>(a: T, b: T, { missingEqualsUndefined }?: ComparePropsOptions) => string[];
|
|
5
|
+
export { compareProps, };
|
|
6
|
+
export type { ComparePropsOptions, };
|
|
7
|
+
//# sourceMappingURL=compareProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compareProps.d.ts","sourceRoot":"","sources":["../src/compareProps.ts"],"names":[],"mappings":"AAEA,UAAU,mBAAmB;IACzB,sBAAsB,CAAC,EAAE,OAAO,CAAC;CACpC;AAYD,QAAA,MAAM,YAAY,+EAC0B,mBAAmB,KAC5D,MAAM,EAOR,CAAC;AAEF,OAAO,EACH,YAAY,GACf,CAAC;AACF,YAAY,EACR,mBAAmB,GACtB,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.compareProps = void 0;
|
|
4
|
+
const unique_js_1 = require("./unique.js");
|
|
5
|
+
const compareProps = (a, b, { missingEqualsUndefined } = {}) => {
|
|
6
|
+
const aKeys = Object.keys(a);
|
|
7
|
+
const bKeys = Object.keys(b);
|
|
8
|
+
const allKeys = (0, unique_js_1.unique)([...aKeys, ...bKeys]);
|
|
9
|
+
return allKeys.filter((key) => {
|
|
10
|
+
return !Object.is(a[key], b[key]) || (!missingEqualsUndefined && key in a !== key in b);
|
|
11
|
+
});
|
|
12
|
+
};
|
|
13
|
+
exports.compareProps = compareProps;
|
|
14
|
+
//# sourceMappingURL=compareProps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compareProps.js","sourceRoot":"","sources":["../src/compareProps.ts"],"names":[],"mappings":";;;AAAA,2CAAqC;AAgBrC,MAAM,YAAY,GAAG,CACjB,CAAI,EAAE,CAAI,EAAE,EAAE,sBAAsB,KAA0B,EAAE,EACxD,EAAE;IACV,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAC7B,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAC7B,MAAM,OAAO,GAAG,IAAA,kBAAM,EAAC,CAAC,GAAG,KAAK,EAAE,GAAG,KAAK,CAAC,CAAC,CAAC;IAC7C,OAAO,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,EAAE;QAC1B,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,sBAAsB,IAAI,GAAG,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC,CAAC,CAAC;IAC5F,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAGE,oCAAY"}
|
package/dist/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export * from "./cap.js";
|
|
|
4
4
|
export * from "./capitalize.js";
|
|
5
5
|
export * from "./coalesce.js";
|
|
6
6
|
export * from "./compareArrays.js";
|
|
7
|
+
export * from "./compareProps.js";
|
|
7
8
|
export * from "./ensureArray.js";
|
|
8
9
|
export * from "./ensureDate.js";
|
|
9
10
|
export * from "./ensureError.js";
|
|
@@ -16,6 +17,7 @@ export * from "./isEmpty.js";
|
|
|
16
17
|
export * from "./isNumericString.js";
|
|
17
18
|
export * from "./isPlainObject.js";
|
|
18
19
|
export * from "./last.js";
|
|
20
|
+
export * from "./later.js";
|
|
19
21
|
export * from "./mapAsync.js";
|
|
20
22
|
export * from "./mapValues.js";
|
|
21
23
|
export * from "./match.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,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,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,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
|
@@ -20,6 +20,7 @@ __exportStar(require("./cap.js"), exports);
|
|
|
20
20
|
__exportStar(require("./capitalize.js"), exports);
|
|
21
21
|
__exportStar(require("./coalesce.js"), exports);
|
|
22
22
|
__exportStar(require("./compareArrays.js"), exports);
|
|
23
|
+
__exportStar(require("./compareProps.js"), exports);
|
|
23
24
|
__exportStar(require("./ensureArray.js"), exports);
|
|
24
25
|
__exportStar(require("./ensureDate.js"), exports);
|
|
25
26
|
__exportStar(require("./ensureError.js"), exports);
|
|
@@ -32,6 +33,7 @@ __exportStar(require("./isEmpty.js"), exports);
|
|
|
32
33
|
__exportStar(require("./isNumericString.js"), exports);
|
|
33
34
|
__exportStar(require("./isPlainObject.js"), exports);
|
|
34
35
|
__exportStar(require("./last.js"), exports);
|
|
36
|
+
__exportStar(require("./later.js"), exports);
|
|
35
37
|
__exportStar(require("./mapAsync.js"), exports);
|
|
36
38
|
__exportStar(require("./mapValues.js"), exports);
|
|
37
39
|
__exportStar(require("./match.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,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC;AACjC,uDAAqC;AACrC,oDAAkC;AAClC,2CAAyB;AACzB,mDAAiC;AACjC,uDAAqC;AACrC,+CAA6B;AAC7B,uDAAqC;AACrC,qDAAmC;AACnC,4CAA0B;AAC1B,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,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"}
|
package/dist/later.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"later.d.ts","sourceRoot":"","sources":["../src/later.ts"],"names":[],"mappings":"AAAA,KAAK,KAAK,CAAC,CAAC,IAAI;IAIZ,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC;IAIpB,OAAO,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,IAAI,CAAC;IAI7B,MAAM,EAAE,CAAC,MAAM,EAAE,KAAK,KAAK,IAAI,CAAC;CACnC,CAAC;AAeF,QAAA,MAAM,KAAK,mBAUV,CAAC;AAEF,YAAY,EAAE,KAAK,EAAE,CAAC;AACtB,OAAO,EAAE,KAAK,EAAE,CAAC"}
|
package/dist/later.js
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.later = void 0;
|
|
4
|
+
const later = () => {
|
|
5
|
+
const res = {};
|
|
6
|
+
res.promise = new Promise((resolve, reject) => {
|
|
7
|
+
res.resolve = resolve;
|
|
8
|
+
res.reject = reject;
|
|
9
|
+
});
|
|
10
|
+
return res;
|
|
11
|
+
};
|
|
12
|
+
exports.later = later;
|
|
13
|
+
//# sourceMappingURL=later.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"later.js","sourceRoot":"","sources":["../src/later.ts"],"names":[],"mappings":";;;AA4BA,MAAM,KAAK,GAAG,GAAgB,EAAE;IAE5B,MAAM,GAAG,GAAa,EAAE,CAAC;IAEzB,GAAG,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;QAC1C,GAAG,CAAC,OAAO,GAAG,OAAO,CAAC;QACtB,GAAG,CAAC,MAAM,GAAG,MAAM,CAAC;IACxB,CAAC,CAAC,CAAC;IAEH,OAAO,GAAG,CAAC;AACf,CAAC,CAAC;AAGO,sBAAK"}
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
--dark-hl-8: #4FC1FF;
|
|
20
20
|
--light-hl-9: #000000FF;
|
|
21
21
|
--dark-hl-9: #D4D4D4;
|
|
22
|
+
--light-hl-10: #267F99;
|
|
23
|
+
--dark-hl-10: #4EC9B0;
|
|
22
24
|
--light-code-background: #FFFFFF;
|
|
23
25
|
--dark-code-background: #1E1E1E;
|
|
24
26
|
}
|
|
@@ -34,6 +36,7 @@
|
|
|
34
36
|
--hl-7: var(--light-hl-7);
|
|
35
37
|
--hl-8: var(--light-hl-8);
|
|
36
38
|
--hl-9: var(--light-hl-9);
|
|
39
|
+
--hl-10: var(--light-hl-10);
|
|
37
40
|
--code-background: var(--light-code-background);
|
|
38
41
|
} }
|
|
39
42
|
|
|
@@ -48,6 +51,7 @@
|
|
|
48
51
|
--hl-7: var(--dark-hl-7);
|
|
49
52
|
--hl-8: var(--dark-hl-8);
|
|
50
53
|
--hl-9: var(--dark-hl-9);
|
|
54
|
+
--hl-10: var(--dark-hl-10);
|
|
51
55
|
--code-background: var(--dark-code-background);
|
|
52
56
|
} }
|
|
53
57
|
|
|
@@ -62,6 +66,7 @@
|
|
|
62
66
|
--hl-7: var(--light-hl-7);
|
|
63
67
|
--hl-8: var(--light-hl-8);
|
|
64
68
|
--hl-9: var(--light-hl-9);
|
|
69
|
+
--hl-10: var(--light-hl-10);
|
|
65
70
|
--code-background: var(--light-code-background);
|
|
66
71
|
}
|
|
67
72
|
|
|
@@ -76,6 +81,7 @@
|
|
|
76
81
|
--hl-7: var(--dark-hl-7);
|
|
77
82
|
--hl-8: var(--dark-hl-8);
|
|
78
83
|
--hl-9: var(--dark-hl-9);
|
|
84
|
+
--hl-10: var(--dark-hl-10);
|
|
79
85
|
--code-background: var(--dark-code-background);
|
|
80
86
|
}
|
|
81
87
|
|
|
@@ -89,4 +95,5 @@
|
|
|
89
95
|
.hl-7 { color: var(--hl-7); }
|
|
90
96
|
.hl-8 { color: var(--hl-8); }
|
|
91
97
|
.hl-9 { color: var(--hl-9); }
|
|
98
|
+
.hl-10 { color: var(--hl-10); }
|
|
92
99
|
pre, code { background: var(--code-background); }
|
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\":\"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\":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,41.271]],[\"comment/0\",[]],[\"name/1\",[1,41.271]],[\"comment/1\",[]],[\"name/2\",[2,41.271]],[\"comment/2\",[]],[\"name/3\",[3,41.271]],[\"comment/3\",[]],[\"name/4\",[4,41.271]],[\"comment/4\",[]],[\"name/5\",[5,41.271]],[\"comment/5\",[]],[\"name/6\",[6,20.069]],[\"comment/6\",[]],[\"name/7\",[7,41.271]],[\"comment/7\",[]],[\"name/8\",[8,41.271]],[\"comment/8\",[]],[\"name/9\",[9,41.271]],[\"comment/9\",[]],[\"name/10\",[10,41.271]],[\"comment/10\",[]],[\"name/11\",[11,41.271]],[\"comment/11\",[]],[\"name/12\",[12,41.271]],[\"comment/12\",[]],[\"name/13\",[13,41.271]],[\"comment/13\",[]],[\"name/14\",[14,41.271]],[\"comment/14\",[]],[\"name/15\",[15,41.271]],[\"comment/15\",[]],[\"name/16\",[16,41.271]],[\"comment/16\",[]],[\"name/17\",[17,41.271]],[\"comment/17\",[]],[\"name/18\",[18,41.271]],[\"comment/18\",[]],[\"name/19\",[19,41.271]],[\"comment/19\",[]],[\"name/20\",[20,41.271]],[\"comment/20\",[]],[\"name/21\",[21,41.271]],[\"comment/21\",[]],[\"name/22\",[22,41.271]],[\"comment/22\",[]],[\"name/23\",[23,41.271]],[\"comment/23\",[]],[\"name/24\",[24,41.271]],[\"comment/24\",[]],[\"name/25\",[25,41.271]],[\"comment/25\",[]],[\"name/26\",[26,41.271]],[\"comment/26\",[]],[\"name/27\",[27,41.271]],[\"comment/27\",[]],[\"name/28\",[28,41.271]],[\"comment/28\",[]],[\"name/29\",[29,41.271]],[\"comment/29\",[]],[\"name/30\",[30,41.271]],[\"comment/30\",[]],[\"name/31\",[31,41.271]],[\"comment/31\",[]],[\"name/32\",[6,20.069]],[\"comment/32\",[]],[\"name/33\",[32,41.271]],[\"comment/33\",[]],[\"name/34\",[6,20.069]],[\"comment/34\",[]],[\"name/35\",[33,41.271]],[\"comment/35\",[]],[\"name/36\",[6,20.069]],[\"comment/36\",[]],[\"name/37\",[34,41.271]],[\"comment/37\",[]],[\"name/38\",[35,41.271]],[\"comment/38\",[]],[\"name/39\",[36,41.271]],[\"comment/39\",[]],[\"name/40\",[6,20.069]],[\"comment/40\",[]],[\"name/41\",[37,41.271]],[\"comment/41\",[]],[\"name/42\",[38,41.271]],[\"comment/42\",[]],[\"name/43\",[6,20.069]],[\"comment/43\",[]],[\"name/44\",[39,41.271]],[\"comment/44\",[]],[\"name/45\",[40,41.271]],[\"comment/45\",[]],[\"name/46\",[41,41.271]],[\"comment/46\",[]],[\"name/47\",[42,41.271]],[\"comment/47\",[]],[\"name/48\",[43,41.271]],[\"comment/48\",[]],[\"name/49\",[44,41.271]],[\"comment/49\",[]],[\"name/50\",[45,41.271]],[\"comment/50\",[]],[\"name/51\",[46,41.271]],[\"comment/51\",[]],[\"name/52\",[47,41.271]],[\"comment/52\",[]],[\"name/53\",[48,41.271]],[\"comment/53\",[]],[\"name/54\",[49,41.271]],[\"comment/54\",[]],[\"name/55\",[50,41.271]],[\"comment/55\",[]],[\"name/56\",[51,41.271]],[\"comment/56\",[]],[\"name/57\",[52,41.271]],[\"comment/57\",[]],[\"name/58\",[53,41.271]],[\"comment/58\",[]],[\"name/59\",[54,41.271]],[\"comment/59\",[]],[\"name/60\",[6,20.069]],[\"comment/60\",[]],[\"name/61\",[55,41.271]],[\"comment/61\",[]],[\"name/62\",[56,41.271]],[\"comment/62\",[]],[\"name/63\",[6,20.069]],[\"comment/63\",[]],[\"name/64\",[57,41.271]],[\"comment/64\",[]],[\"name/65\",[58,41.271]],[\"comment/65\",[]],[\"name/66\",[59,41.271]],[\"comment/66\",[]],[\"name/67\",[60,41.271]],[\"comment/67\",[]],[\"name/68\",[61,41.271]],[\"comment/68\",[]],[\"name/69\",[62,41.271]],[\"comment/69\",[]],[\"name/70\",[6,20.069]],[\"comment/70\",[]],[\"name/71\",[63,41.271]],[\"comment/71\",[]],[\"name/72\",[64,41.271]],[\"comment/72\",[]],[\"name/73\",[65,41.271]],[\"comment/73\",[]],[\"name/74\",[66,41.271]],[\"comment/74\",[]],[\"name/75\",[67,41.271]],[\"comment/75\",[]],[\"name/76\",[68,41.271]],[\"comment/76\",[]],[\"name/77\",[6,20.069]],[\"comment/77\",[]],[\"name/78\",[69,41.271]],[\"comment/78\",[]],[\"name/79\",[6,20.069]],[\"comment/79\",[]],[\"name/80\",[70,41.271]],[\"comment/80\",[]],[\"name/81\",[71,41.271]],[\"comment/81\",[]],[\"name/82\",[72,41.271]],[\"comment/82\",[]],[\"name/83\",[73,41.271]],[\"comment/83\",[]],[\"name/84\",[6,20.069]],[\"comment/84\",[]],[\"name/85\",[74,41.271]],[\"comment/85\",[]],[\"name/86\",[75,41.271]],[\"comment/86\",[]],[\"name/87\",[76,41.271]],[\"comment/87\",[]],[\"name/88\",[77,41.271]],[\"comment/88\",[]],[\"name/89\",[78,41.271]],[\"comment/89\",[]],[\"name/90\",[79,41.271]],[\"comment/90\",[]],[\"name/91\",[80,41.271]],[\"comment/91\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":6,\"name\":{\"6\":{},\"32\":{},\"34\":{},\"36\":{},\"40\":{},\"43\":{},\"60\":{},\"63\":{},\"70\":{},\"77\":{},\"79\":{},\"84\":{}},\"comment\":{}}],[\"allowexponents\",{\"_index\":24,\"name\":{\"24\":{}},\"comment\":{}}],[\"allowfloats\",{\"_index\":23,\"name\":{\"23\":{}},\"comment\":{}}],[\"allowinfinity\",{\"_index\":25,\"name\":{\"25\":{}},\"comment\":{}}],[\"allownan\",{\"_index\":26,\"name\":{\"26\":{}},\"comment\":{}}],[\"both\",{\"_index\":9,\"name\":{\"9\":{}},\"comment\":{}}],[\"cancel\",{\"_index\":68,\"name\":{\"76\":{}},\"comment\":{}}],[\"cap\",{\"_index\":2,\"name\":{\"2\":{}},\"comment\":{}}],[\"capitalize\",{\"_index\":3,\"name\":{\"3\":{}},\"comment\":{}}],[\"changelog\",{\"_index\":80,\"name\":{\"91\":{}},\"comment\":{}}],[\"coalesce\",{\"_index\":4,\"name\":{\"4\":{}},\"comment\":{}}],[\"comparearrays\",{\"_index\":5,\"name\":{\"5\":{}},\"comment\":{}}],[\"ensurearray\",{\"_index\":10,\"name\":{\"10\":{}},\"comment\":{}}],[\"ensuredate\",{\"_index\":11,\"name\":{\"11\":{}},\"comment\":{}}],[\"ensureerror\",{\"_index\":12,\"name\":{\"12\":{}},\"comment\":{}}],[\"ensureprefix\",{\"_index\":0,\"name\":{\"0\":{}},\"comment\":{}}],[\"ensuresuffix\",{\"_index\":1,\"name\":{\"1\":{}},\"comment\":{}}],[\"ensuretimestamp\",{\"_index\":13,\"name\":{\"13\":{}},\"comment\":{}}],[\"escaperegexp\",{\"_index\":14,\"name\":{\"14\":{}},\"comment\":{}}],[\"flush\",{\"_index\":69,\"name\":{\"78\":{}},\"comment\":{}}],[\"get\",{\"_index\":15,\"name\":{\"15\":{}},\"comment\":{}}],[\"getmultiple\",{\"_index\":17,\"name\":{\"17\":{}},\"comment\":{}}],[\"getmultiplesource\",{\"_index\":18,\"name\":{\"18\":{}},\"comment\":{}}],[\"getsource\",{\"_index\":16,\"name\":{\"16\":{}},\"comment\":{}}],[\"insertseparator\",{\"_index\":19,\"name\":{\"19\":{}},\"comment\":{}}],[\"introduction\",{\"_index\":79,\"name\":{\"90\":{}},\"comment\":{}}],[\"isempty\",{\"_index\":20,\"name\":{\"20\":{}},\"comment\":{}}],[\"isnumericstring\",{\"_index\":21,\"name\":{\"21\":{}},\"comment\":{}}],[\"isnumericstringoptions\",{\"_index\":22,\"name\":{\"22\":{}},\"comment\":{}}],[\"isplainobject\",{\"_index\":27,\"name\":{\"27\":{}},\"comment\":{}}],[\"last\",{\"_index\":28,\"name\":{\"28\":{}},\"comment\":{}}],[\"leading\",{\"_index\":71,\"name\":{\"81\":{}},\"comment\":{}}],[\"mapasync\",{\"_index\":29,\"name\":{\"29\":{}},\"comment\":{}}],[\"mapvalues\",{\"_index\":30,\"name\":{\"30\":{}},\"comment\":{}}],[\"mapvaluesfn\",{\"_index\":32,\"name\":{\"33\":{}},\"comment\":{}}],[\"mapvaluesunset\",{\"_index\":31,\"name\":{\"31\":{}},\"comment\":{}}],[\"match\",{\"_index\":33,\"name\":{\"35\":{}},\"comment\":{}}],[\"matchcallback\",{\"_index\":36,\"name\":{\"39\":{}},\"comment\":{}}],[\"matched\",{\"_index\":34,\"name\":{\"37\":{}},\"comment\":{}}],[\"merge\",{\"_index\":37,\"name\":{\"41\":{}},\"comment\":{}}],[\"mergeunset\",{\"_index\":38,\"name\":{\"42\":{}},\"comment\":{}}],[\"mostfrequent\",{\"_index\":39,\"name\":{\"44\":{}},\"comment\":{}}],[\"noop\",{\"_index\":40,\"name\":{\"45\":{}},\"comment\":{}}],[\"occurencesoptions\",{\"_index\":42,\"name\":{\"47\":{}},\"comment\":{}}],[\"occurrences\",{\"_index\":41,\"name\":{\"46\":{}},\"comment\":{}}],[\"omit\",{\"_index\":44,\"name\":{\"49\":{}},\"comment\":{}}],[\"onlya\",{\"_index\":7,\"name\":{\"7\":{}},\"comment\":{}}],[\"onlyb\",{\"_index\":8,\"name\":{\"8\":{}},\"comment\":{}}],[\"overlap\",{\"_index\":43,\"name\":{\"48\":{}},\"comment\":{}}],[\"pick\",{\"_index\":45,\"name\":{\"50\":{}},\"comment\":{}}],[\"pull\",{\"_index\":46,\"name\":{\"51\":{}},\"comment\":{}}],[\"remove\",{\"_index\":47,\"name\":{\"52\":{}},\"comment\":{}}],[\"replace\",{\"_index\":48,\"name\":{\"53\":{}},\"comment\":{}}],[\"rethrow\",{\"_index\":49,\"name\":{\"54\":{}},\"comment\":{}}],[\"safe\",{\"_index\":50,\"name\":{\"55\":{}},\"comment\":{}}],[\"scale\",{\"_index\":51,\"name\":{\"56\":{}},\"comment\":{}}],[\"seq\",{\"_index\":52,\"name\":{\"57\":{}},\"comment\":{}}],[\"seqearlybreak\",{\"_index\":53,\"name\":{\"58\":{}},\"comment\":{}}],[\"seqearlybreaker\",{\"_index\":54,\"name\":{\"59\":{}},\"comment\":{}}],[\"seqfn\",{\"_index\":56,\"name\":{\"62\":{}},\"comment\":{}}],[\"seqfunctions\",{\"_index\":55,\"name\":{\"61\":{}},\"comment\":{}}],[\"set\",{\"_index\":57,\"name\":{\"64\":{}},\"comment\":{}}],[\"setimmutable\",{\"_index\":59,\"name\":{\"66\":{}},\"comment\":{}}],[\"setimmutablepath\",{\"_index\":60,\"name\":{\"67\":{}},\"comment\":{}}],[\"setimmutablesource\",{\"_index\":61,\"name\":{\"68\":{}},\"comment\":{}}],[\"setsource\",{\"_index\":58,\"name\":{\"65\":{}},\"comment\":{}}],[\"sortby\",{\"_index\":62,\"name\":{\"69\":{}},\"comment\":{}}],[\"sortprops\",{\"_index\":63,\"name\":{\"71\":{}},\"comment\":{}}],[\"stripprefix\",{\"_index\":64,\"name\":{\"72\":{}},\"comment\":{}}],[\"stripsuffix\",{\"_index\":65,\"name\":{\"73\":{}},\"comment\":{}}],[\"throttle\",{\"_index\":66,\"name\":{\"74\":{}},\"comment\":{}}],[\"throttledfunction\",{\"_index\":73,\"name\":{\"83\":{}},\"comment\":{}}],[\"throttledfunctionextras\",{\"_index\":67,\"name\":{\"75\":{}},\"comment\":{}}],[\"throttleoptions\",{\"_index\":70,\"name\":{\"80\":{}},\"comment\":{}}],[\"trailing\",{\"_index\":72,\"name\":{\"82\":{}},\"comment\":{}}],[\"truthy\",{\"_index\":74,\"name\":{\"85\":{}},\"comment\":{}}],[\"unique\",{\"_index\":75,\"name\":{\"86\":{}},\"comment\":{}}],[\"unmatched\",{\"_index\":35,\"name\":{\"38\":{}},\"comment\":{}}],[\"wait\",{\"_index\":76,\"name\":{\"87\":{}},\"comment\":{}}],[\"waitfor\",{\"_index\":77,\"name\":{\"88\":{}},\"comment\":{}}],[\"waitsync\",{\"_index\":78,\"name\":{\"89\":{}},\"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\":\"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\":[]}}");
|
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.7.0</title><meta name="description" content="Documentation for @ezez/utils - v1.7.0"/><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.7.0</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.7.0</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/0b9e213/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,13 +58,14 @@
|
|
|
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.7.0</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>
|
|
65
65
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
66
66
|
<ul>
|
|
67
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
67
|
+
<li class="tsd-kind-interface"><a href="../interfaces/ComparePropsOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Compare<wbr/>Props<wbr/>Options</a></li>
|
|
68
|
+
<li class="tsd-kind-interface"><a href="../interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
|
|
68
69
|
<li class="tsd-kind-interface"><a href="../interfaces/GetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Source</a></li>
|
|
69
70
|
<li class="tsd-kind-interface"><a href="../interfaces/IsNumericStringOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Is<wbr/>Numeric<wbr/>String<wbr/>Options</a></li>
|
|
70
71
|
<li class="tsd-kind-interface"><a href="../interfaces/OccurencesOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Occurences<wbr/>Options</a></li>
|
|
@@ -72,7 +73,8 @@
|
|
|
72
73
|
<li class="tsd-kind-interface"><a href="../interfaces/SetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Set<wbr/>Source</a></li>
|
|
73
74
|
<li class="tsd-kind-interface"><a href="../interfaces/ThrottleOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Throttle<wbr/>Options</a></li>
|
|
74
75
|
<li class="tsd-kind-interface"><a href="../interfaces/ThrottledFunctionExtras.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Throttled<wbr/>Function<wbr/>Extras</a></li>
|
|
75
|
-
<li class="tsd-kind-type-alias"><a href="../types/
|
|
76
|
+
<li class="tsd-kind-type-alias"><a href="../types/Later.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Later</a></li>
|
|
77
|
+
<li class="tsd-kind-type-alias"><a href="../types/MapValuesFn.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Map<wbr/>Values<wbr/>Fn</a></li>
|
|
76
78
|
<li class="tsd-kind-type-alias"><a href="../types/MatchCallback.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Match<wbr/>Callback</a></li>
|
|
77
79
|
<li class="tsd-kind-type-alias"><a href="../types/SeqEarlyBreaker.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Early<wbr/>Breaker</a></li>
|
|
78
80
|
<li class="tsd-kind-type-alias"><a href="../types/SeqFn.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Fn</a></li>
|
|
@@ -85,6 +87,7 @@
|
|
|
85
87
|
<li class="tsd-kind-function"><a href="capitalize.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>capitalize</a></li>
|
|
86
88
|
<li class="tsd-kind-function"><a href="coalesce.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>coalesce</a></li>
|
|
87
89
|
<li class="tsd-kind-function"><a href="compareArrays.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>compare<wbr/>Arrays</a></li>
|
|
90
|
+
<li class="tsd-kind-function"><a href="compareProps.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>compare<wbr/>Props</a></li>
|
|
88
91
|
<li class="tsd-kind-function"><a href="ensureArray.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/>Array</a></li>
|
|
89
92
|
<li class="tsd-kind-function"><a href="ensureDate.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/>Date</a></li>
|
|
90
93
|
<li class="tsd-kind-function"><a href="ensureError.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/>Error</a></li>
|
|
@@ -99,6 +102,7 @@
|
|
|
99
102
|
<li class="tsd-kind-function"><a href="isNumericString.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>is<wbr/>Numeric<wbr/>String</a></li>
|
|
100
103
|
<li class="tsd-kind-function"><a href="isPlainObject.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>is<wbr/>Plain<wbr/>Object</a></li>
|
|
101
104
|
<li class="tsd-kind-function"><a href="last.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>last</a></li>
|
|
105
|
+
<li class="tsd-kind-function"><a href="later-1.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>later</a></li>
|
|
102
106
|
<li class="tsd-kind-function"><a href="mapAsync.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>map<wbr/>Async</a></li>
|
|
103
107
|
<li class="tsd-kind-function"><a href="mapValues.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>map<wbr/>Values</a></li>
|
|
104
108
|
<li class="tsd-kind-function"><a href="match.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>match</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.7.0</title><meta name="description" content="Documentation for @ezez/utils - v1.7.0"/><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.7.0</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.7.0</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/0b9e213/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,13 +63,14 @@
|
|
|
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.7.0</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>
|
|
70
70
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
71
71
|
<ul>
|
|
72
|
-
<li class="tsd-kind-interface"><a href="../interfaces/
|
|
72
|
+
<li class="tsd-kind-interface"><a href="../interfaces/ComparePropsOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Compare<wbr/>Props<wbr/>Options</a></li>
|
|
73
|
+
<li class="tsd-kind-interface"><a href="../interfaces/GetMultipleSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Multiple<wbr/>Source</a></li>
|
|
73
74
|
<li class="tsd-kind-interface"><a href="../interfaces/GetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Get<wbr/>Source</a></li>
|
|
74
75
|
<li class="tsd-kind-interface"><a href="../interfaces/IsNumericStringOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Is<wbr/>Numeric<wbr/>String<wbr/>Options</a></li>
|
|
75
76
|
<li class="tsd-kind-interface"><a href="../interfaces/OccurencesOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Occurences<wbr/>Options</a></li>
|
|
@@ -77,7 +78,8 @@
|
|
|
77
78
|
<li class="tsd-kind-interface"><a href="../interfaces/SetSource.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Set<wbr/>Source</a></li>
|
|
78
79
|
<li class="tsd-kind-interface"><a href="../interfaces/ThrottleOptions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Throttle<wbr/>Options</a></li>
|
|
79
80
|
<li class="tsd-kind-interface"><a href="../interfaces/ThrottledFunctionExtras.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Throttled<wbr/>Function<wbr/>Extras</a></li>
|
|
80
|
-
<li class="tsd-kind-type-alias"><a href="../types/
|
|
81
|
+
<li class="tsd-kind-type-alias"><a href="../types/Later.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Later</a></li>
|
|
82
|
+
<li class="tsd-kind-type-alias"><a href="../types/MapValuesFn.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Map<wbr/>Values<wbr/>Fn</a></li>
|
|
81
83
|
<li class="tsd-kind-type-alias"><a href="../types/MatchCallback.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Match<wbr/>Callback</a></li>
|
|
82
84
|
<li class="tsd-kind-type-alias"><a href="../types/SeqEarlyBreaker.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Early<wbr/>Breaker</a></li>
|
|
83
85
|
<li class="tsd-kind-type-alias"><a href="../types/SeqFn.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Seq<wbr/>Fn</a></li>
|
|
@@ -90,6 +92,7 @@
|
|
|
90
92
|
<li class="current tsd-kind-function"><a href="capitalize.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>capitalize</a></li>
|
|
91
93
|
<li class="tsd-kind-function"><a href="coalesce.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>coalesce</a></li>
|
|
92
94
|
<li class="tsd-kind-function"><a href="compareArrays.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>compare<wbr/>Arrays</a></li>
|
|
95
|
+
<li class="tsd-kind-function"><a href="compareProps.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>compare<wbr/>Props</a></li>
|
|
93
96
|
<li class="tsd-kind-function"><a href="ensureArray.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/>Array</a></li>
|
|
94
97
|
<li class="tsd-kind-function"><a href="ensureDate.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/>Date</a></li>
|
|
95
98
|
<li class="tsd-kind-function"><a href="ensureError.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/>Error</a></li>
|
|
@@ -104,6 +107,7 @@
|
|
|
104
107
|
<li class="tsd-kind-function"><a href="isNumericString.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>is<wbr/>Numeric<wbr/>String</a></li>
|
|
105
108
|
<li class="tsd-kind-function"><a href="isPlainObject.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>is<wbr/>Plain<wbr/>Object</a></li>
|
|
106
109
|
<li class="tsd-kind-function"><a href="last.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>last</a></li>
|
|
110
|
+
<li class="tsd-kind-function"><a href="later-1.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>later</a></li>
|
|
107
111
|
<li class="tsd-kind-function"><a href="mapAsync.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>map<wbr/>Async</a></li>
|
|
108
112
|
<li class="tsd-kind-function"><a href="mapValues.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>map<wbr/>Values</a></li>
|
|
109
113
|
<li class="tsd-kind-function"><a href="match.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>match</a></li>
|