@contember/utilities 2.0.0-alpha.2 → 2.0.0-alpha.21
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/api-extractor.json +3 -0
- package/dist/development/index.cjs +10 -33
- package/dist/development/index.cjs.map +1 -1
- package/dist/development/index.js +11 -34
- package/dist/development/index.js.map +1 -1
- package/dist/development/src/assert-types/assertNever.cjs.map +1 -0
- package/dist/development/src/assert-types/assertNever.js.map +1 -0
- package/dist/development/{deprecate → src/deprecate}/deprecate.cjs +1 -2
- package/dist/development/src/deprecate/deprecate.cjs.map +1 -0
- package/dist/development/{deprecate → src/deprecate}/deprecate.js +1 -2
- package/dist/development/src/deprecate/deprecate.js.map +1 -0
- package/dist/development/src/dom/dataAttribute.cjs.map +1 -0
- package/dist/development/src/dom/dataAttribute.js.map +1 -0
- package/dist/development/src/dom/svgSizeProps.cjs.map +1 -0
- package/dist/development/src/dom/svgSizeProps.js.map +1 -0
- package/dist/development/src/structures/BijectiveIndexedMap.cjs +116 -0
- package/dist/development/src/structures/BijectiveIndexedMap.cjs.map +1 -0
- package/dist/development/src/structures/BijectiveIndexedMap.js +116 -0
- package/dist/development/src/structures/BijectiveIndexedMap.js.map +1 -0
- package/dist/development/src/structures/LRUCache.cjs +32 -0
- package/dist/development/src/structures/LRUCache.cjs.map +1 -0
- package/dist/development/src/structures/LRUCache.js +32 -0
- package/dist/development/src/structures/LRUCache.js.map +1 -0
- package/dist/development/src/structures/WeakIdCache.cjs +30 -0
- package/dist/development/src/structures/WeakIdCache.cjs.map +1 -0
- package/dist/development/src/structures/WeakIdCache.js +30 -0
- package/dist/development/src/structures/WeakIdCache.js.map +1 -0
- package/dist/production/index.cjs +10 -33
- package/dist/production/index.cjs.map +1 -1
- package/dist/production/index.js +11 -34
- package/dist/production/index.js.map +1 -1
- package/dist/production/src/assert-types/assertNever.cjs.map +1 -0
- package/dist/production/src/assert-types/assertNever.js.map +1 -0
- package/dist/production/src/deprecate/deprecate.cjs.map +1 -0
- package/dist/production/src/deprecate/deprecate.js.map +1 -0
- package/dist/production/src/dom/dataAttribute.cjs.map +1 -0
- package/dist/production/src/dom/dataAttribute.js.map +1 -0
- package/dist/production/src/dom/svgSizeProps.cjs.map +1 -0
- package/dist/production/src/dom/svgSizeProps.js.map +1 -0
- package/dist/production/src/structures/BijectiveIndexedMap.cjs +116 -0
- package/dist/production/src/structures/BijectiveIndexedMap.cjs.map +1 -0
- package/dist/production/src/structures/BijectiveIndexedMap.js +116 -0
- package/dist/production/src/structures/BijectiveIndexedMap.js.map +1 -0
- package/dist/production/src/structures/LRUCache.cjs +32 -0
- package/dist/production/src/structures/LRUCache.cjs.map +1 -0
- package/dist/production/src/structures/LRUCache.js +32 -0
- package/dist/production/src/structures/LRUCache.js.map +1 -0
- package/dist/production/src/structures/WeakIdCache.cjs +30 -0
- package/dist/production/src/structures/WeakIdCache.cjs.map +1 -0
- package/dist/production/src/structures/WeakIdCache.js +30 -0
- package/dist/production/src/structures/WeakIdCache.js.map +1 -0
- package/dist/types/assert-types/index.d.ts +0 -4
- package/dist/types/assert-types/index.d.ts.map +1 -1
- package/dist/types/dom/index.d.ts +0 -4
- package/dist/types/dom/index.d.ts.map +1 -1
- package/dist/types/dom/svgSizeProps.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -6
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/structures/BijectiveIndexedMap.d.ts +24 -0
- package/dist/types/structures/BijectiveIndexedMap.d.ts.map +1 -0
- package/dist/types/structures/LRUCache.d.ts +9 -0
- package/dist/types/structures/LRUCache.d.ts.map +1 -0
- package/dist/types/structures/WeakIdCache.d.ts +9 -0
- package/dist/types/structures/WeakIdCache.d.ts.map +1 -0
- package/dist/types/structures/index.d.ts +4 -0
- package/dist/types/structures/index.d.ts.map +1 -0
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/dist/types/types/index.d.ts +0 -1
- package/dist/types/types/index.d.ts.map +1 -1
- package/package.json +4 -12
- package/src/assert-types/index.ts +0 -4
- package/src/dom/index.ts +0 -4
- package/src/dom/svgSizeProps.ts +3 -3
- package/src/index.ts +1 -6
- package/src/structures/BijectiveIndexedMap.ts +137 -0
- package/src/structures/LRUCache.ts +29 -0
- package/src/structures/WeakIdCache.ts +25 -0
- package/src/structures/index.ts +3 -0
- package/src/tsconfig.json +4 -1
- package/src/types/index.ts +0 -1
- package/tests/dom/dataAttribute.test.ts +13 -0
- package/tests/dom/svgSizeProps.test.ts +22 -0
- package/tests/tsconfig.json +10 -0
- package/tsconfig.json +8 -0
- package/tsdoc.json +6 -0
- package/vitest.config.ts +3 -0
- package/dist/development/assert-types/AssertionError.cjs +0 -9
- package/dist/development/assert-types/AssertionError.cjs.map +0 -1
- package/dist/development/assert-types/AssertionError.js +0 -9
- package/dist/development/assert-types/AssertionError.js.map +0 -1
- package/dist/development/assert-types/Predicates.cjs +0 -7
- package/dist/development/assert-types/Predicates.cjs.map +0 -1
- package/dist/development/assert-types/Predicates.js +0 -7
- package/dist/development/assert-types/Predicates.js.map +0 -1
- package/dist/development/assert-types/assert.cjs +0 -10
- package/dist/development/assert-types/assert.cjs.map +0 -1
- package/dist/development/assert-types/assert.js +0 -10
- package/dist/development/assert-types/assert.js.map +0 -1
- package/dist/development/assert-types/assertNever.cjs.map +0 -1
- package/dist/development/assert-types/assertNever.js.map +0 -1
- package/dist/development/css-utilities/px.cjs +0 -7
- package/dist/development/css-utilities/px.cjs.map +0 -1
- package/dist/development/css-utilities/px.js +0 -7
- package/dist/development/css-utilities/px.js.map +0 -1
- package/dist/development/data-utilities/dateToStringWithoutTimezone.cjs +0 -20
- package/dist/development/data-utilities/dateToStringWithoutTimezone.cjs.map +0 -1
- package/dist/development/data-utilities/dateToStringWithoutTimezone.js +0 -20
- package/dist/development/data-utilities/dateToStringWithoutTimezone.js.map +0 -1
- package/dist/development/deprecate/deprecate.cjs.map +0 -1
- package/dist/development/deprecate/deprecate.js.map +0 -1
- package/dist/development/dom/dataAttribute.cjs.map +0 -1
- package/dist/development/dom/dataAttribute.js.map +0 -1
- package/dist/development/dom/getElementDimensions.cjs +0 -22
- package/dist/development/dom/getElementDimensions.cjs.map +0 -1
- package/dist/development/dom/getElementDimensions.js +0 -22
- package/dist/development/dom/getElementDimensions.js.map +0 -1
- package/dist/development/dom/getSizeFromResizeObserverEntry.cjs +0 -24
- package/dist/development/dom/getSizeFromResizeObserverEntry.cjs.map +0 -1
- package/dist/development/dom/getSizeFromResizeObserverEntry.js +0 -24
- package/dist/development/dom/getSizeFromResizeObserverEntry.js.map +0 -1
- package/dist/development/dom/shouldCancelStart.cjs +0 -29
- package/dist/development/dom/shouldCancelStart.cjs.map +0 -1
- package/dist/development/dom/shouldCancelStart.js +0 -29
- package/dist/development/dom/shouldCancelStart.js.map +0 -1
- package/dist/development/dom/stateDataAttributes.cjs +0 -11
- package/dist/development/dom/stateDataAttributes.cjs.map +0 -1
- package/dist/development/dom/stateDataAttributes.js +0 -11
- package/dist/development/dom/stateDataAttributes.js.map +0 -1
- package/dist/development/dom/svgSizeProps.cjs.map +0 -1
- package/dist/development/dom/svgSizeProps.js.map +0 -1
- package/dist/development/events/isSpecialLinkClick.cjs +0 -5
- package/dist/development/events/isSpecialLinkClick.cjs.map +0 -1
- package/dist/development/events/isSpecialLinkClick.js +0 -5
- package/dist/development/events/isSpecialLinkClick.js.map +0 -1
- package/dist/development/functional/omit.cjs +0 -15
- package/dist/development/functional/omit.cjs.map +0 -1
- package/dist/development/functional/omit.js +0 -15
- package/dist/development/functional/omit.js.map +0 -1
- package/dist/development/functional/pick.cjs +0 -15
- package/dist/development/functional/pick.cjs.map +0 -1
- package/dist/development/functional/pick.js +0 -15
- package/dist/development/functional/pick.js.map +0 -1
- package/dist/development/functional/range.cjs +0 -7
- package/dist/development/functional/range.cjs.map +0 -1
- package/dist/development/functional/range.js +0 -7
- package/dist/development/functional/range.js.map +0 -1
- package/dist/development/string-utilities/kebabCase.cjs +0 -8
- package/dist/development/string-utilities/kebabCase.cjs.map +0 -1
- package/dist/development/string-utilities/kebabCase.js +0 -8
- package/dist/development/string-utilities/kebabCase.js.map +0 -1
- package/dist/production/assert-types/AssertionError.cjs +0 -9
- package/dist/production/assert-types/AssertionError.cjs.map +0 -1
- package/dist/production/assert-types/AssertionError.js +0 -9
- package/dist/production/assert-types/AssertionError.js.map +0 -1
- package/dist/production/assert-types/Predicates.cjs +0 -7
- package/dist/production/assert-types/Predicates.cjs.map +0 -1
- package/dist/production/assert-types/Predicates.js +0 -7
- package/dist/production/assert-types/Predicates.js.map +0 -1
- package/dist/production/assert-types/assert.cjs +0 -10
- package/dist/production/assert-types/assert.cjs.map +0 -1
- package/dist/production/assert-types/assert.js +0 -10
- package/dist/production/assert-types/assert.js.map +0 -1
- package/dist/production/assert-types/assertNever.cjs.map +0 -1
- package/dist/production/assert-types/assertNever.js.map +0 -1
- package/dist/production/css-utilities/px.cjs +0 -7
- package/dist/production/css-utilities/px.cjs.map +0 -1
- package/dist/production/css-utilities/px.js +0 -7
- package/dist/production/css-utilities/px.js.map +0 -1
- package/dist/production/data-utilities/dateToStringWithoutTimezone.cjs +0 -20
- package/dist/production/data-utilities/dateToStringWithoutTimezone.cjs.map +0 -1
- package/dist/production/data-utilities/dateToStringWithoutTimezone.js +0 -20
- package/dist/production/data-utilities/dateToStringWithoutTimezone.js.map +0 -1
- package/dist/production/deprecate/deprecate.cjs.map +0 -1
- package/dist/production/deprecate/deprecate.js.map +0 -1
- package/dist/production/dom/dataAttribute.cjs.map +0 -1
- package/dist/production/dom/dataAttribute.js.map +0 -1
- package/dist/production/dom/getElementDimensions.cjs +0 -22
- package/dist/production/dom/getElementDimensions.cjs.map +0 -1
- package/dist/production/dom/getElementDimensions.js +0 -22
- package/dist/production/dom/getElementDimensions.js.map +0 -1
- package/dist/production/dom/getSizeFromResizeObserverEntry.cjs +0 -24
- package/dist/production/dom/getSizeFromResizeObserverEntry.cjs.map +0 -1
- package/dist/production/dom/getSizeFromResizeObserverEntry.js +0 -24
- package/dist/production/dom/getSizeFromResizeObserverEntry.js.map +0 -1
- package/dist/production/dom/shouldCancelStart.cjs +0 -29
- package/dist/production/dom/shouldCancelStart.cjs.map +0 -1
- package/dist/production/dom/shouldCancelStart.js +0 -29
- package/dist/production/dom/shouldCancelStart.js.map +0 -1
- package/dist/production/dom/stateDataAttributes.cjs +0 -11
- package/dist/production/dom/stateDataAttributes.cjs.map +0 -1
- package/dist/production/dom/stateDataAttributes.js +0 -11
- package/dist/production/dom/stateDataAttributes.js.map +0 -1
- package/dist/production/dom/svgSizeProps.cjs.map +0 -1
- package/dist/production/dom/svgSizeProps.js.map +0 -1
- package/dist/production/events/isSpecialLinkClick.cjs +0 -5
- package/dist/production/events/isSpecialLinkClick.cjs.map +0 -1
- package/dist/production/events/isSpecialLinkClick.js +0 -5
- package/dist/production/events/isSpecialLinkClick.js.map +0 -1
- package/dist/production/functional/omit.cjs +0 -15
- package/dist/production/functional/omit.cjs.map +0 -1
- package/dist/production/functional/omit.js +0 -15
- package/dist/production/functional/omit.js.map +0 -1
- package/dist/production/functional/pick.cjs +0 -15
- package/dist/production/functional/pick.cjs.map +0 -1
- package/dist/production/functional/pick.js +0 -15
- package/dist/production/functional/pick.js.map +0 -1
- package/dist/production/functional/range.cjs +0 -7
- package/dist/production/functional/range.cjs.map +0 -1
- package/dist/production/functional/range.js +0 -7
- package/dist/production/functional/range.js.map +0 -1
- package/dist/production/string-utilities/kebabCase.cjs +0 -8
- package/dist/production/string-utilities/kebabCase.cjs.map +0 -1
- package/dist/production/string-utilities/kebabCase.js +0 -8
- package/dist/production/string-utilities/kebabCase.js.map +0 -1
- package/dist/types/assert-types/AssertionError.d.ts +0 -4
- package/dist/types/assert-types/AssertionError.d.ts.map +0 -1
- package/dist/types/assert-types/Predicates.d.ts +0 -2
- package/dist/types/assert-types/Predicates.d.ts.map +0 -1
- package/dist/types/assert-types/assert.d.ts +0 -3
- package/dist/types/assert-types/assert.d.ts.map +0 -1
- package/dist/types/assert-types/types.d.ts +0 -2
- package/dist/types/assert-types/types.d.ts.map +0 -1
- package/dist/types/css-utilities/index.d.ts +0 -2
- package/dist/types/css-utilities/index.d.ts.map +0 -1
- package/dist/types/css-utilities/px.d.ts +0 -8
- package/dist/types/css-utilities/px.d.ts.map +0 -1
- package/dist/types/data-utilities/dateToStringWithoutTimezone.d.ts +0 -4
- package/dist/types/data-utilities/dateToStringWithoutTimezone.d.ts.map +0 -1
- package/dist/types/data-utilities/index.d.ts +0 -2
- package/dist/types/data-utilities/index.d.ts.map +0 -1
- package/dist/types/dom/getElementDimensions.d.ts +0 -14
- package/dist/types/dom/getElementDimensions.d.ts.map +0 -1
- package/dist/types/dom/getSizeFromResizeObserverEntry.d.ts +0 -5
- package/dist/types/dom/getSizeFromResizeObserverEntry.d.ts.map +0 -1
- package/dist/types/dom/shouldCancelStart.d.ts +0 -4
- package/dist/types/dom/shouldCancelStart.d.ts.map +0 -1
- package/dist/types/dom/stateDataAttributes.d.ts +0 -4
- package/dist/types/dom/stateDataAttributes.d.ts.map +0 -1
- package/dist/types/events/index.d.ts +0 -2
- package/dist/types/events/index.d.ts.map +0 -1
- package/dist/types/events/isSpecialLinkClick.d.ts +0 -2
- package/dist/types/events/isSpecialLinkClick.d.ts.map +0 -1
- package/dist/types/functional/index.d.ts +0 -4
- package/dist/types/functional/index.d.ts.map +0 -1
- package/dist/types/functional/omit.d.ts +0 -2
- package/dist/types/functional/omit.d.ts.map +0 -1
- package/dist/types/functional/pick.d.ts +0 -2
- package/dist/types/functional/pick.d.ts.map +0 -1
- package/dist/types/functional/range.d.ts +0 -9
- package/dist/types/functional/range.d.ts.map +0 -1
- package/dist/types/string-utilities/index.d.ts +0 -2
- package/dist/types/string-utilities/index.d.ts.map +0 -1
- package/dist/types/string-utilities/kebabCase.d.ts +0 -2
- package/dist/types/string-utilities/kebabCase.d.ts.map +0 -1
- package/dist/types/types/PolymorphicRefs.d.ts +0 -47
- package/dist/types/types/PolymorphicRefs.d.ts.map +0 -1
- package/src/assert-types/AssertionError.ts +0 -5
- package/src/assert-types/Predicates.ts +0 -3
- package/src/assert-types/assert.ts +0 -15
- package/src/assert-types/types.ts +0 -1
- package/src/css-utilities/index.ts +0 -1
- package/src/css-utilities/px.ts +0 -9
- package/src/data-utilities/dateToStringWithoutTimezone.ts +0 -18
- package/src/data-utilities/index.ts +0 -1
- package/src/dom/getElementDimensions.ts +0 -36
- package/src/dom/getSizeFromResizeObserverEntry.ts +0 -26
- package/src/dom/shouldCancelStart.ts +0 -32
- package/src/dom/stateDataAttributes.ts +0 -8
- package/src/events/index.ts +0 -1
- package/src/events/isSpecialLinkClick.ts +0 -1
- package/src/functional/index.ts +0 -3
- package/src/functional/omit.ts +0 -13
- package/src/functional/pick.ts +0 -13
- package/src/functional/range.ts +0 -11
- package/src/string-utilities/index.ts +0 -1
- package/src/string-utilities/kebabCase.ts +0 -5
- package/src/types/PolymorphicRefs.ts +0 -70
- /package/dist/development/{assert-types → src/assert-types}/assertNever.cjs +0 -0
- /package/dist/development/{assert-types → src/assert-types}/assertNever.js +0 -0
- /package/dist/development/{dom → src/dom}/dataAttribute.cjs +0 -0
- /package/dist/development/{dom → src/dom}/dataAttribute.js +0 -0
- /package/dist/development/{dom → src/dom}/svgSizeProps.cjs +0 -0
- /package/dist/development/{dom → src/dom}/svgSizeProps.js +0 -0
- /package/dist/production/{assert-types → src/assert-types}/assertNever.cjs +0 -0
- /package/dist/production/{assert-types → src/assert-types}/assertNever.js +0 -0
- /package/dist/production/{deprecate → src/deprecate}/deprecate.cjs +0 -0
- /package/dist/production/{deprecate → src/deprecate}/deprecate.js +0 -0
- /package/dist/production/{dom → src/dom}/dataAttribute.cjs +0 -0
- /package/dist/production/{dom → src/dom}/dataAttribute.js +0 -0
- /package/dist/production/{dom → src/dom}/svgSizeProps.cjs +0 -0
- /package/dist/production/{dom → src/dom}/svgSizeProps.js +0 -0
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export declare class BijectiveIndexedMap<K, V> implements Map<K, V> {
|
|
2
|
+
private readonly valueStore;
|
|
3
|
+
private readonly index;
|
|
4
|
+
private indexSeed;
|
|
5
|
+
private readonly inverse;
|
|
6
|
+
readonly [Symbol.toStringTag] = "BijectiveIndexedMap";
|
|
7
|
+
constructor(originalMap: BijectiveIndexedMap<K, V>);
|
|
8
|
+
constructor(inverse: (value: V) => K);
|
|
9
|
+
private getNewIndex;
|
|
10
|
+
get size(): number;
|
|
11
|
+
clear(): void;
|
|
12
|
+
delete(key: K): boolean;
|
|
13
|
+
forEach(callback: (value: V, key: K, map: Map<K, V>) => void, thisArg?: any): void;
|
|
14
|
+
get(key: K): V | undefined;
|
|
15
|
+
has(key: K): boolean;
|
|
16
|
+
set(key: K, value: V): this;
|
|
17
|
+
changeKey(oldKey: K, newKey: K): this;
|
|
18
|
+
changeKeyOrder(newOrder: Iterable<K>): void;
|
|
19
|
+
[Symbol.iterator](): MapIterator<[K, V]>;
|
|
20
|
+
entries(): MapIterator<[K, V]>;
|
|
21
|
+
keys(): MapIterator<K>;
|
|
22
|
+
values(): MapIterator<V>;
|
|
23
|
+
}
|
|
24
|
+
//# sourceMappingURL=BijectiveIndexedMap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BijectiveIndexedMap.d.ts","sourceRoot":"","sources":["../../../src/structures/BijectiveIndexedMap.ts"],"names":[],"mappings":"AAOA,qBAAa,mBAAmB,CAAC,CAAC,EAAE,CAAC,CAAE,YAAW,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC;IAC1D,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAgB;IAC3C,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAgB;IACtC,OAAO,CAAC,SAAS,CAAQ;IAEzB,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAiB;IAEzC,SAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,yBAAwB;gBAEzC,WAAW,EAAE,mBAAmB,CAAC,CAAC,EAAE,CAAC,CAAC;gBACtC,OAAO,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,CAAC;IAe3C,OAAO,CAAC,WAAW;IAInB,IAAW,IAAI,IAAI,MAAM,CAExB;IAEM,KAAK,IAAI,IAAI;IAIb,MAAM,CAAC,GAAG,EAAE,CAAC,GAAG,OAAO;IAUvB,OAAO,CAAC,QAAQ,EAAE,CAAC,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,IAAI,EAAE,OAAO,CAAC,EAAE,GAAG,GAAG,IAAI;IAMlF,GAAG,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,GAAG,SAAS;IAQ1B,GAAG,CAAC,GAAG,EAAE,CAAC,GAAG,OAAO;IAGpB,GAAG,CAAC,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI;IAe3B,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,IAAI;IAUrC,cAAc,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC;IAgBnC,CAAC,MAAM,CAAC,QAAQ,CAAC,IAAI,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAIxC,OAAO,IAAI,WAAW,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAM9B,IAAI,IAAI,WAAW,CAAC,CAAC,CAAC;IAMtB,MAAM,IAAI,WAAW,CAAC,CAAC,CAAC;CAQhC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare class LRUCache<Key, Value> {
|
|
2
|
+
private readonly maxSize;
|
|
3
|
+
private readonly cache;
|
|
4
|
+
constructor(maxSize: number);
|
|
5
|
+
get(key: Key): Value | undefined;
|
|
6
|
+
set(key: Key, value: Value): void;
|
|
7
|
+
private getOldestKey;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=LRUCache.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LRUCache.d.ts","sourceRoot":"","sources":["../../../src/structures/LRUCache.ts"],"names":[],"mappings":"AACA,qBAAa,QAAQ,CAAC,GAAG,EAAE,KAAK;IAGZ,OAAO,CAAC,QAAQ,CAAC,OAAO;IAF3C,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAwB;gBAEV,OAAO,EAAE,MAAM;IAE5C,GAAG,CAAC,GAAG,EAAE,GAAG,GAAG,KAAK,GAAG,SAAS;IAUhC,GAAG,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK;IASjC,OAAO,CAAC,YAAY;CAGpB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WeakIdCache.d.ts","sourceRoot":"","sources":["../../../src/structures/WeakIdCache.ts"],"names":[],"mappings":"AAAA,qBAAa,WAAW,CAAC,CAAC,SAAS,MAAM;IACxC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAA2B;IACjD,OAAO,CAAC,IAAI,CAAI;IAChB,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA6B;IAE7C,KAAK,CAAC,GAAG,EAAE,CAAC,GAAG,MAAM;IASrB,gBAAgB,CAAC,GAAG,EAAE,CAAC,GAAG,SAAS,GAAG,MAAM;IAOnD,OAAO,CAAC,QAAQ;CAGhB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/structures/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA;AACrC,cAAc,YAAY,CAAA;AAC1B,cAAc,eAAe,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../../node_modules/typescript/lib/lib.dom.d.ts","../../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../../node_modules/typescript/lib/lib.esnext.object.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/@types/react/global.d.ts","../../../../node_modules/csstype/index.d.ts","../../../../node_modules/@types/prop-types/index.d.ts","../../../../node_modules/@types/react/index.d.ts","../../../../node_modules/@types/react/jsx-runtime.d.ts","../../src/assert-types/AssertionError.ts","../../src/assert-types/Predicates.ts","../../src/assert-types/types.ts","../../src/assert-types/assert.ts","../../src/assert-types/assertNever.ts","../../src/assert-types/index.ts","../../src/css-utilities/px.ts","../../src/css-utilities/index.ts","../../src/data-utilities/dateToStringWithoutTimezone.ts","../../src/data-utilities/index.ts","../../src/deprecate/types.ts","../../src/deprecate/deprecate.ts","../../src/deprecate/index.ts","../../src/dom/dataAttribute.ts","../../src/dom/getElementDimensions.ts","../../src/dom/getSizeFromResizeObserverEntry.ts","../../src/dom/shouldCancelStart.ts","../../src/string-utilities/kebabCase.ts","../../src/string-utilities/index.ts","../../src/dom/stateDataAttributes.ts","../../src/dom/svgSizeProps.ts","../../src/dom/index.ts","../../src/events/isSpecialLinkClick.ts","../../src/events/index.ts","../../src/functional/omit.ts","../../src/functional/pick.ts","../../src/functional/range.ts","../../src/functional/index.ts","../../src/types/Narrow.ts","../../src/types/Partial.ts","../../src/types/NonOptional.ts","../../src/types/PolymorphicRefs.ts","../../src/types/index.ts","../../src/index.ts","../../../../node_modules/vite/types/hmrPayload.d.ts","../../../../node_modules/vite/types/customEvent.d.ts","../../../../node_modules/vite/types/hot.d.ts","../../../../node_modules/vite/types/importGlob.d.ts","../../../../node_modules/vite/types/importMeta.d.ts","../../../../node_modules/vite/client.d.ts"],"fileInfos":[{"version":"824cb491a40f7e8fdeb56f1df5edf91b23f3e3ee6b4cde84d4a99be32338faee","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","1c0cdb8dc619bc549c3e5020643e7cf7ae7940058e8c7e5aefa5871b6d86f44b","886e50ef125efb7878f744e86908884c0133e7a6d9d80013f421b0cd8fb2af94",{"version":"87d693a4920d794a73384b3c779cadcb8548ac6945aa7a925832fe2418c9527a","affectsGlobalScope":true},{"version":"76f838d5d49b65de83bc345c04aa54c62a3cfdb72a477dc0c0fce89a30596c30","affectsGlobalScope":true},{"version":"138fb588d26538783b78d1e3b2c2cc12d55840b97bf5e08bca7f7a174fbe2f17","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"b20fe0eca9a4e405f1a5ae24a2b3290b37cf7f21eba6cbe4fc3fab979237d4f3","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"49ed889be54031e1044af0ad2c603d627b8bda8b50c1a68435fe85583901d072","affectsGlobalScope":true},{"version":"e93d098658ce4f0c8a0779e6cab91d0259efb88a318137f686ad76f8410ca270","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"8073890e29d2f46fdbc19b8d6d2eb9ea58db9a2052f8640af20baff9afbc8640","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"51e547984877a62227042850456de71a5c45e7fe86b7c975c6e68896c86fa23b","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"50d53ccd31f6667aff66e3d62adf948879a3a16f05d89882d1188084ee415bbc","affectsGlobalScope":true},{"version":"08a58483392df5fcc1db57d782e87734f77ae9eab42516028acbfe46f29a3ef7","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"b1cb28af0c891c8c96b2d6b7be76bd394fddcfdb4709a20ba05a7c1605eea0f9","affectsGlobalScope":true},{"version":"13f6e6380c78e15e140243dc4be2fa546c287c6d61f4729bc2dd7cf449605471","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},{"version":"55461596dc873b866911ef4e640fae4c39da7ac1fbc7ef5e649cb2f2fb42c349","affectsGlobalScope":true},"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","6a386ff939f180ae8ef064699d8b7b6e62bc2731a62d7fbf5e02589383838dea",{"version":"8ca4709dbd22a34bcc1ebf93e1877645bdb02ebd3f3d9a211a299a8db2ee4ba1","affectsGlobalScope":true},"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3",{"version":"13f2427f34067116c49878ad494e92c56b52463c77c4c55819e9b0730025965b","signature":"f341c93fefe964ea97c5106e3d93c4271bb3951a06a34e08da704c6faf871380"},{"version":"2fb1d296bbef53f90a34bece5277a2a9e465c8996022bfd7666778b666a62a4f","signature":"e6cd10db13b47959e26122d816abc1d1c01bb53137ad620f73f8076dd963b652"},{"version":"50e3cbf471f1f98c4ca87541ecf0668f0aaec286bae63ade4401887d1e93ff23","signature":"c55bf39638366450edc9cb028ae72bd2c915e4bbc740dbf27a4d7dde00cf55d6"},{"version":"d23f9ba47fddb8c11d1420f97b13b95e7da9b66cbedaea6d0ace57c900e66621","signature":"684fa42e4c7c6505105e948825329b720a388b7bf7624bfe2f51087a15d04445"},{"version":"7be88c2404537cbdca4832137d03286f8c84851efaf83a1f340fabdd3003dc2c","signature":"a95c25e1f9146dd90f7cb36c7e306a25a67bdef1eaae7319a60d2f9d3ff66804"},{"version":"f55020f9b5464406f2e101c807f5214791f7fbecd1395ef7a290e88178e9f99c","signature":"a98b93132fb74f455547d25af7e524e942504d265c037e235aaa38718083958f"},{"version":"bd136c3a029808c5a82ed6f09f97f4e44fd0534678bc3be7a1a82f0c66f6eb92","signature":"11dffd4e2a87837317cbb9e53560b5fa7fedecdfe3750e5bdc9def88c7bef662"},{"version":"405f3a410f0c1cdb8126c8409ef7f218dbba2af35f9f53778e0a60734cb23f46","signature":"f3c9d693e0597f6b1b5dd49bd0beaaa237bd491508991ea3c72b47d3c7d20fdb"},{"version":"eb50ec3572a55b0f9f4e0833efd114201073475e908deff8aa2f7c43254b78b0","signature":"1a5b73425c108e9938380def901fab186bb0e18104ecbf2696c16643d6c3ba58"},{"version":"eb70a8c20517f2bf9968815c59002ca03529a6fdc62c63c5d564a3fde129d949","signature":"b0511508476b9bf80ad623b1c7aa0b4c336eda1788c385973dc282d53ff7aed8"},{"version":"7c1ef2858023d458381a39fc942913615059ce65be3c3438312c8032b44a9003","signature":"624e76b41eb76400df5e0cbacc5f7091e6bd0518e0f9f4ac4a047794b2c189f9"},{"version":"11548231d2005e6247817053a59ac02d30af6258d7a179b53e5a5658d2e2ad2b","signature":"f14113b17b6a1863dd58e49e0bc504f21d51da969bc1fc4af1a07b3684f0de25"},{"version":"f035dfc7958d57f735fde87661307862a05a071093db6d53fd3bbdacf1832a89","signature":"1762533296e00297d454534bdb27ddae5f6b69fef679295094cb0afb4e9a526a"},{"version":"9a8f09ac5f7d5b195462bc612e7f71031cc6a8f2bb919453c4f486af525fdac2","signature":"1c84b348bb07619f2123fddd01c20184c6212540909bd98fdc450f7d4e234717"},{"version":"71d81f0cf188bad8c1e514c66890af2182574a1b14385c574d3d8b47f73a4138","signature":"8bb29538074d6a78d49562f391bbe4a2b9b5ae028734d83e6601fe2741db7f6e"},{"version":"c2ac220afabd9933ec7b6751c9c37fb6f1839585b8081f92925950a0e3afea0d","signature":"cc9bdde4319a73448db9e4dd8dc256d04f0060b90383b4563c3a32a3b67780d5"},{"version":"470c96064ff781111e6c45d7ed94b96c28a54cd04fe1546498b63c1091545ee1","signature":"a4f90adab6e997a1a70c61ebe2080fc895e5c7cc6f4f125ada537f6eaa5eb780"},{"version":"3f50c3afbd0ef1ac11f16c6ac969d67ae4b7533aa4492dc11257cf3eb37ecde4","signature":"0c6ae7360c8f7de225172914d960a5947b0a8f5e9e0a045a5f03c870fc98b1f5"},{"version":"6809d356ab7417611b3d2bf7512d31862590d224897274fea13446707b2f4e6d","signature":"5efac8d930c281e4cbbea8c1165a60d020bd549f9997e541bb3e59eb84d5af61"},{"version":"8dafffe92126f49b66a4676923ec4d982caff5f909e552758f121b638ec56d06","signature":"f08668998295cdfe38a1db2bcd024341362cb20159dd8baa498064e560d0254b"},{"version":"59d8a85ec1b7c3ca61ac318eff674f31cc8278c3eb167c4b29b8d14e4fe265da","signature":"dfe644b96a0786c3ed103bffe7331349022c647802d40030067cf71c9ce79bb5"},{"version":"d43f42217dd3289828198e48c7dc37726d73c42e062840c41bd4cd6140b4c979","signature":"f438b724a11131ee7a6f4501b159dee3a03ba689517d54cdbd2bebb5d6b66106"},{"version":"36f1863bb3652e7a15ad24382771df0696bd11f10aa88835ace92d3bfbdee4be","signature":"7ded9f0d899ffe1a25c259d0afdaa51e8e7c3e819c6bdfd6e16613778a1fad60"},{"version":"6e63426e0a311e6f08de435761dbbe083459a810fe1caebab656b82ad48cc401","signature":"defe4bc30515b98744137a9938fd9039689da3a409ade4f632fcdedcab288375"},{"version":"ddafd3c37312e71334b94afbdafbca899b4db514644fc50a3e86b8cc9d25df78","signature":"9ecd8f32f134677d4134ee1178bedab19a51f1cb2ac468da4043f81c14ebd3ac"},{"version":"09e27c4210337841ff70bd87248a609985c468c2d9292d12e0f953a55c59f044","signature":"7c9ea735d5a29405896bf2e56d9f3afe0f5d1576736c54c4d5d879f08976d4db"},{"version":"180742924ac8679e31fa4abc0a75e8871789369b09dc8058c9fd68cbcd18c15f","signature":"203243c89d2ba33af45ffb13b75cbc6df13f49e937ff8b13bda460a68c19aa3c"},{"version":"d9e3b01c54221bbaa879177d50488679cdcd3c4af08eb764295f901066364045","signature":"ff0302b8dd06ec92107a56f081b7c7d3753bdb35a942a1c753f943553b0f00ae"},{"version":"a4e528eee9a2b45a402b4d6b119133fd76284ae7db4fece35f55ba782789bb8b","signature":"2530e26913543800e9f329fcaefbffe2904036d62aef1cf97e9738f070295ee7"},{"version":"d10333dba53eed78f299c62c1c10ca6ce894c42008de73f2760312423bc5b20e","signature":"2ed3dabf6725944e4a6aada55ce34ec864b8f593c7669cab66e690c5dad92077"},{"version":"9b463ec2af65d63c90bada0a7af2bd34e4e04d0170e6561aaeb30447ec9f8751","signature":"c921746b36842e21243970c5ed44b488e842afe99843da3cb7f197242f4f2c9e"},{"version":"c1534e5ef94ba68ff6917df208e3f114e60ce5bc8b6d24959dfa6181efe4648f","signature":"4b030016676aa17add8651d5f461d37a95ad981d417e5a4ae3c359ae24d3da10"},{"version":"7f2ed2b7ff4066454ac31e3f841fe783edcbdb7e6757266fd1dd2d097229406b","signature":"5361132ff033a3d80d06317c3ac7f5616ec9792dd706f6040f737049a3debc31"},{"version":"5d3f80dffa775d638c7c328673ae68c3fef0fd6b4f6ec6d6839a39eb64409ef2","signature":"da31389b57ef0fc478111a2e97fdb0a0ad868f4a939feb706126794313c625ff"},"282f98006ed7fa9bb2cd9bdbe2524595cfc4bcd58a0bb3232e4519f2138df811","80d02a787d4aa00e2e22dcf3ea9d40390f38dfb0c3497bc6855978974a63e20c","cbe726263ae9a7bf32352380f7e8ab66ee25b3457137e316929269c19e18a2be","7f698624bbbb060ece7c0e51b7236520ebada74b747d7523c7df376453ed6fea",{"version":"4025a454b1ca489b179ee8c684bdd70ff8c1967e382076ade53e7e4653e1daec","affectsGlobalScope":true},{"version":"c4baf2c38b00f29adfb4e60554de4152ebf4c17f3365c0f2ff34af7f3b35ef1d","affectsGlobalScope":true}],"root":[[75,108]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":4,"module":99,"noEmitOnError":true,"noImplicitOverride":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":7,"useDefineForClassFields":true},"fileIdsList":[[70,71,72],[73],[113],[109],[110],[111,112],[74],[74,75,77],[74,75,76,77,78,79],[74,81],[74,83],[74,85],[74,85,86],[74,88,89,90,91,94,95],[74,88,93],[74,97],[74,99,100,101],[74,80,82,84,87,93,96,98,102,107],[74,92],[73,74],[74,103,104,105,106],[77],[75,76,77,78,79],[81],[83],[85],[85,86],[88,89,90,91,94,95],[97],[99,100,101],[80,82,84,87,93,96,98,102,107],[92],[103,104,105,106]],"referencedMap":[[73,1],[74,2],[114,3],[110,4],[111,5],[113,6],[75,7],[76,7],[78,8],[79,7],[80,9],[77,7],[82,10],[81,7],[83,7],[84,11],[86,12],[87,13],[85,7],[88,7],[89,7],[90,7],[96,14],[91,7],[94,15],[95,7],[98,16],[97,7],[102,17],[99,7],[100,7],[101,7],[108,18],[93,19],[92,7],[103,7],[105,7],[104,7],[106,20],[107,21]],"exportedModulesMap":[[73,1],[74,2],[114,3],[110,4],[111,5],[113,6],[78,22],[80,23],[82,24],[84,25],[86,26],[87,27],[96,28],[98,29],[102,30],[108,31],[93,32],[106,2],[107,33]],"semanticDiagnosticsPerFile":[72,70,73,74,71,68,69,12,13,15,14,2,16,17,18,19,20,21,22,23,3,24,4,25,29,26,27,28,30,31,32,5,33,34,35,36,6,40,37,38,39,41,7,42,47,48,43,44,45,46,8,52,49,50,51,53,9,54,55,56,59,57,58,60,61,10,1,62,11,66,64,63,67,65,114,110,109,111,112,113,75,76,78,79,80,77,82,81,83,84,86,87,85,88,89,90,96,91,94,95,98,97,102,99,100,101,108,93,92,103,105,104,106,107],"latestChangedDtsFile":"./index.d.ts"},"version":"5.4.5"}
|
|
1
|
+
{"fileNames":["../../../../node_modules/typescript/lib/lib.es5.d.ts","../../../../node_modules/typescript/lib/lib.es2015.d.ts","../../../../node_modules/typescript/lib/lib.es2016.d.ts","../../../../node_modules/typescript/lib/lib.es2017.d.ts","../../../../node_modules/typescript/lib/lib.es2018.d.ts","../../../../node_modules/typescript/lib/lib.es2019.d.ts","../../../../node_modules/typescript/lib/lib.es2020.d.ts","../../../../node_modules/typescript/lib/lib.es2021.d.ts","../../../../node_modules/typescript/lib/lib.es2022.d.ts","../../../../node_modules/typescript/lib/lib.es2023.d.ts","../../../../node_modules/typescript/lib/lib.esnext.d.ts","../../../../node_modules/typescript/lib/lib.dom.d.ts","../../../../node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../../node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.date.d.ts","../../../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../../../node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../../node_modules/typescript/lib/lib.es2021.string.d.ts","../../../../node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../../node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.array.d.ts","../../../../node_modules/typescript/lib/lib.es2022.error.d.ts","../../../../node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../../node_modules/typescript/lib/lib.es2022.object.d.ts","../../../../node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../../node_modules/typescript/lib/lib.es2022.string.d.ts","../../../../node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../../node_modules/typescript/lib/lib.es2023.array.d.ts","../../../../node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../../node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.array.d.ts","../../../../node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../../node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../../node_modules/typescript/lib/lib.esnext.string.d.ts","../../../../node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../../node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../../node_modules/typescript/lib/lib.esnext.object.d.ts","../../../../node_modules/typescript/lib/lib.esnext.regexp.d.ts","../../../../node_modules/typescript/lib/lib.esnext.iterator.d.ts","../../../../node_modules/typescript/lib/lib.decorators.d.ts","../../../../node_modules/typescript/lib/lib.decorators.legacy.d.ts","../../../../node_modules/@types/react/global.d.ts","../../../../node_modules/csstype/index.d.ts","../../../../node_modules/@types/prop-types/index.d.ts","../../../../node_modules/@types/react/index.d.ts","../../../../node_modules/@types/react/jsx-runtime.d.ts","../../src/assert-types/assertNever.ts","../../src/assert-types/index.ts","../../src/deprecate/types.ts","../../src/deprecate/deprecate.ts","../../src/deprecate/index.ts","../../src/dom/dataAttribute.ts","../../src/dom/svgSizeProps.ts","../../src/dom/index.ts","../../src/structures/BijectiveIndexedMap.ts","../../src/structures/LRUCache.ts","../../src/structures/WeakIdCache.ts","../../src/structures/index.ts","../../src/index.ts","../../src/types/Narrow.ts","../../src/types/NonOptional.ts","../../src/types/Partial.ts","../../src/types/index.ts","../../../../node_modules/vite/types/hmrPayload.d.ts","../../../../node_modules/vite/types/customEvent.d.ts","../../../../node_modules/vite/types/hot.d.ts","../../../../node_modules/vite/types/importGlob.d.ts","../../../../node_modules/vite/types/importMeta.d.ts","../../../../node_modules/vite/client.d.ts"],"fileIdsList":[[75,76,77],[78],[101],[97],[98],[99,100],[79],[79,80],[79,82],[79,82,83],[79,85,86],[79,81,84,87,91],[79,88,89,90],[79,93,94,95]],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true,"impliedFormat":1},{"version":"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","impliedFormat":1},{"version":"3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","impliedFormat":1},{"version":"9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","impliedFormat":1},{"version":"5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","impliedFormat":1},{"version":"68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","impliedFormat":1},{"version":"5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","impliedFormat":1},{"version":"feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","impliedFormat":1},{"version":"5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","impliedFormat":1},{"version":"27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","impliedFormat":1},{"version":"abee51ebffafd50c07d76be5848a34abfe4d791b5745ef1e5648718722fab924","impliedFormat":1},{"version":"9e8ca8ed051c2697578c023d9c29d6df689a083561feba5c14aedee895853999","affectsGlobalScope":true,"impliedFormat":1},{"version":"69e65d976bf166ce4a9e6f6c18f94d2424bf116e90837ace179610dbccad9b42","affectsGlobalScope":true,"impliedFormat":1},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true,"impliedFormat":1},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true,"impliedFormat":1},{"version":"515d0b7b9bea2e31ea4ec968e9edd2c39d3eebf4a2d5cbd04e88639819ae3b71","affectsGlobalScope":true,"impliedFormat":1},{"version":"45d8ccb3dfd57355eb29749919142d4321a0aa4df6acdfc54e30433d7176600a","affectsGlobalScope":true,"impliedFormat":1},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true,"impliedFormat":1},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true,"impliedFormat":1},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true,"impliedFormat":1},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true,"impliedFormat":1},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true,"impliedFormat":1},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true,"impliedFormat":1},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true,"impliedFormat":1},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true,"impliedFormat":1},{"version":"69ab18c3b76cd9b1be3d188eaf8bba06112ebbe2f47f6c322b5105a6fbc45a2e","affectsGlobalScope":true,"impliedFormat":1},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true,"impliedFormat":1},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true,"impliedFormat":1},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true,"impliedFormat":1},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac9538681b19688c8eae65811b329d3744af679e0bdfa5d842d0e32524c73e1c","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a969edff4bd52585473d24995c5ef223f6652d6ef46193309b3921d65dd4376","affectsGlobalScope":true,"impliedFormat":1},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true,"impliedFormat":1},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true,"impliedFormat":1},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true,"impliedFormat":1},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true,"impliedFormat":1},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true,"impliedFormat":1},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true,"impliedFormat":1},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true,"impliedFormat":1},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true,"impliedFormat":1},{"version":"1a94697425a99354df73d9c8291e2ecd4dddd370aed4023c2d6dee6cccb32666","affectsGlobalScope":true,"impliedFormat":1},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true,"impliedFormat":1},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true,"impliedFormat":1},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true,"impliedFormat":1},{"version":"e3f9fc0ec0b96a9e642f11eda09c0be83a61c7b336977f8b9fdb1e9788e925fe","affectsGlobalScope":true,"impliedFormat":1},{"version":"59fb2c069260b4ba00b5643b907ef5d5341b167e7d1dbf58dfd895658bda2867","affectsGlobalScope":true,"impliedFormat":1},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true,"impliedFormat":1},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true,"impliedFormat":1},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true,"impliedFormat":1},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true,"impliedFormat":1},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true,"impliedFormat":1},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true,"impliedFormat":1},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true,"impliedFormat":1},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true,"impliedFormat":1},{"version":"15c1c3d7b2e46e0025417ed6d5f03f419e57e6751f87925ca19dc88297053fe6","affectsGlobalScope":true,"impliedFormat":1},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true,"impliedFormat":1},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true,"impliedFormat":1},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true,"impliedFormat":1},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"9d540251809289a05349b70ab5f4b7b99f922af66ab3c39ba56a475dcf95d5ff","affectsGlobalScope":true,"impliedFormat":1},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true,"impliedFormat":1},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true,"impliedFormat":1},{"version":"0b11f3ca66aa33124202c80b70cd203219c3d4460cfc165e0707aa9ec710fc53","affectsGlobalScope":true,"impliedFormat":1},{"version":"6a3f5a0129cc80cf439ab71164334d649b47059a4f5afca90282362407d0c87f","affectsGlobalScope":true,"impliedFormat":1},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true,"impliedFormat":1},{"version":"51ad4c928303041605b4d7ae32e0c1ee387d43a24cd6f1ebf4a2699e1076d4fa","affectsGlobalScope":true,"impliedFormat":1},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true,"impliedFormat":1},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true,"impliedFormat":1},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true,"impliedFormat":1},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true,"impliedFormat":1},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true,"impliedFormat":1},{"version":"61d6a2092f48af66dbfb220e31eea8b10bc02b6932d6e529005fd2d7b3281290","affectsGlobalScope":true,"impliedFormat":1},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true,"impliedFormat":1},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true,"impliedFormat":1},{"version":"36a2e4c9a67439aca5f91bb304611d5ae6e20d420503e96c230cf8fcdc948d94","affectsGlobalScope":true,"impliedFormat":1},{"version":"8a8eb4ebffd85e589a1cc7c178e291626c359543403d58c9cd22b81fab5b1fb9","impliedFormat":1},{"version":"247a952efd811d780e5630f8cfd76f495196f5fa74f6f0fee39ac8ba4a3c9800","impliedFormat":1},{"version":"df1e7a3a604dfc0f434c4583e8103c171cd5c7684f8e841a0a2ac15fabb3bc24","affectsGlobalScope":true,"impliedFormat":1},{"version":"42c169fb8c2d42f4f668c624a9a11e719d5d07dacbebb63cbcf7ef365b0a75b3","impliedFormat":1},{"version":"7be88c2404537cbdca4832137d03286f8c84851efaf83a1f340fabdd3003dc2c","signature":"a95c25e1f9146dd90f7cb36c7e306a25a67bdef1eaae7319a60d2f9d3ff66804"},{"version":"bc99098c23e78a102426f7d1b1b93df0d3369b7ec0bdfc8aa185a3f87fb09ccc","signature":"3436aa850e6d85c1ca81028e1ac6a9ba3ca0cbc27efe797fe99aea0a99a49881"},{"version":"7c1ef2858023d458381a39fc942913615059ce65be3c3438312c8032b44a9003","signature":"624e76b41eb76400df5e0cbacc5f7091e6bd0518e0f9f4ac4a047794b2c189f9"},{"version":"11548231d2005e6247817053a59ac02d30af6258d7a179b53e5a5658d2e2ad2b","signature":"f14113b17b6a1863dd58e49e0bc504f21d51da969bc1fc4af1a07b3684f0de25"},{"version":"f035dfc7958d57f735fde87661307862a05a071093db6d53fd3bbdacf1832a89","signature":"1762533296e00297d454534bdb27ddae5f6b69fef679295094cb0afb4e9a526a"},{"version":"9a8f09ac5f7d5b195462bc612e7f71031cc6a8f2bb919453c4f486af525fdac2","signature":"1c84b348bb07619f2123fddd01c20184c6212540909bd98fdc450f7d4e234717"},{"version":"d4be883c6198341aaa9a7b9d4f90b9ae099e22752e438862e3afcf8533f1a07c","signature":"dfe644b96a0786c3ed103bffe7331349022c647802d40030067cf71c9ce79bb5"},{"version":"b054537a7b99d170c21efd871e3741d0ad88636f8a4fd0dfc232a465216aef1b","signature":"893bdae1d9648d1f4da2ddad5647a63282aef8d30df09eacb14fdb68e2349a1d"},{"version":"25fac41b19b5f994710f78fa1635544d738c92b0e98c1f9aab771a14f6349817","signature":"0a52d67559b7ef5541d532dc78fbbfb69d028a4adf1c3501424e355e53e66257"},{"version":"714828297e6484405a8aa6a8f1012d70b1814c399a8e035fe8292777b958370f","signature":"fed47bc1ca2d6c672b7ce3be63f206bd0ad5e67c18c2650eb9d79d842e9d208a"},{"version":"5cb87a77954d8ada89b71c00bbb71a2e01b2fef4be837b22105be4d2aeb73d68","signature":"cd7e9d427302a244cce2881eceae5fbaccf62a7a6064f161a699fe39bad1d998"},{"version":"64e9820a0c959c53c6f07ca0e1fc6b0c755f37627472e365f22bb4d3fecab92c","signature":"fb6bb88e6e41f878eaf58a6c141e0379f208f85f6f922512b3b25efffe70380b"},{"version":"3dfa8f6833975f283fa08acfd4edbdfbbaac85b47e0dcdfbbd5af417aa92180a","signature":"e31346a3e386e227daee4cd99ac59dc7bd0e324541ea401bdf8b623a7e20bf56"},{"version":"a4e528eee9a2b45a402b4d6b119133fd76284ae7db4fece35f55ba782789bb8b","signature":"2530e26913543800e9f329fcaefbffe2904036d62aef1cf97e9738f070295ee7"},{"version":"9b463ec2af65d63c90bada0a7af2bd34e4e04d0170e6561aaeb30447ec9f8751","signature":"c921746b36842e21243970c5ed44b488e842afe99843da3cb7f197242f4f2c9e"},{"version":"d10333dba53eed78f299c62c1c10ca6ce894c42008de73f2760312423bc5b20e","signature":"2ed3dabf6725944e4a6aada55ce34ec864b8f593c7669cab66e690c5dad92077"},{"version":"e2e90315922686542d21abd67ea05b2f290a6b15d9f01474a21b767d36f85e50","signature":"8a84838d3d8d395279c09a7a87737131b7aa680e12848a9b2b0d7bc57cd99e34"},{"version":"282f98006ed7fa9bb2cd9bdbe2524595cfc4bcd58a0bb3232e4519f2138df811","impliedFormat":1},{"version":"6222e987b58abfe92597e1273ad7233626285bc2d78409d4a7b113d81a83496b","impliedFormat":1},{"version":"cbe726263ae9a7bf32352380f7e8ab66ee25b3457137e316929269c19e18a2be","impliedFormat":1},{"version":"7f698624bbbb060ece7c0e51b7236520ebada74b747d7523c7df376453ed6fea","impliedFormat":1},{"version":"4025a454b1ca489b179ee8c684bdd70ff8c1967e382076ade53e7e4653e1daec","affectsGlobalScope":true,"impliedFormat":1},{"version":"984c09345059b76fc4221c2c54e53511f4c27a0794dfd6e9f81dc60f0b564e05","affectsGlobalScope":true,"impliedFormat":99}],"root":[[80,96]],"options":{"allowSyntheticDefaultImports":true,"composite":true,"declaration":true,"declarationMap":true,"emitDeclarationOnly":true,"esModuleInterop":true,"experimentalDecorators":true,"jsx":4,"module":99,"noEmitOnError":true,"noImplicitOverride":true,"outDir":"./","skipLibCheck":true,"sourceMap":true,"strict":true,"target":7,"useDefineForClassFields":true},"referencedMap":[[78,1],[79,2],[102,3],[98,4],[99,5],[101,6],[80,7],[81,8],[83,9],[84,10],[82,7],[85,7],[87,11],[86,7],[92,12],[88,7],[89,7],[90,7],[91,13],[93,7],[94,7],[95,7],[96,14]],"latestChangedDtsFile":"./types/index.d.ts","version":"5.6.3"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,eAAe,CAAA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA;AACxB,cAAc,WAAW,CAAA;AACzB,cAAc,eAAe,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contember/utilities",
|
|
3
3
|
"license": "Apache-2.0",
|
|
4
|
-
"version": "2.0.0-alpha.
|
|
4
|
+
"version": "2.0.0-alpha.21",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
7
7
|
"main": "./dist/production/index.js",
|
|
@@ -17,22 +17,15 @@
|
|
|
17
17
|
"types": "./dist/types/index.d.ts",
|
|
18
18
|
"development": "./dist/development/index.cjs",
|
|
19
19
|
"production": "./dist/production/index.cjs",
|
|
20
|
+
"typescript": "./src/index.ts",
|
|
20
21
|
"default": "./dist/production/index.cjs"
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
},
|
|
24
|
-
"files": [
|
|
25
|
-
"dist/",
|
|
26
|
-
"src/"
|
|
27
|
-
],
|
|
28
25
|
"typings": "./dist/types/index.d.ts",
|
|
29
26
|
"scripts": {
|
|
30
|
-
"build": "yarn build:js:dev && yarn build:js:prod",
|
|
31
|
-
"build:js:dev": "NODE_ENV=development vite build --mode development",
|
|
32
|
-
"build:js:prod": "vite build --mode production",
|
|
33
27
|
"ae:build": "api-extractor run --local",
|
|
34
|
-
"ae:test": "api-extractor run"
|
|
35
|
-
"test": "vitest"
|
|
28
|
+
"ae:test": "api-extractor run"
|
|
36
29
|
},
|
|
37
30
|
"repository": {
|
|
38
31
|
"type": "git",
|
|
@@ -41,6 +34,5 @@
|
|
|
41
34
|
},
|
|
42
35
|
"peerDependencies": {
|
|
43
36
|
"react": "^18 || ^19"
|
|
44
|
-
}
|
|
45
|
-
"stableVersion": "0.0.0"
|
|
37
|
+
}
|
|
46
38
|
}
|
package/src/dom/index.ts
CHANGED
package/src/dom/svgSizeProps.ts
CHANGED
package/src/index.ts
CHANGED
|
@@ -1,9 +1,4 @@
|
|
|
1
1
|
export * from './assert-types'
|
|
2
|
-
export * from './css-utilities'
|
|
3
|
-
export * from './data-utilities'
|
|
4
2
|
export * from './deprecate'
|
|
5
3
|
export * from './dom'
|
|
6
|
-
export * from './
|
|
7
|
-
export * from './functional'
|
|
8
|
-
export * from './string-utilities'
|
|
9
|
-
export * from './types'
|
|
4
|
+
export * from './structures'
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
// Bijective as in we need to supply the inverse and also guarantee that the values are unique.
|
|
2
|
+
// Provided this invariant, this should behave more or less like a regular map except it has a somewhat special
|
|
3
|
+
// iteration order. Unlike a regular map, which just honors insertion order, this also provides a special method
|
|
4
|
+
// changeKey. With this, we can change the key under which a value (that is already on the map) is accessible.
|
|
5
|
+
// With an ordinary map, that operation would require us to delete the original [K1, V] pair and insert
|
|
6
|
+
// a new one [K2, V]. That would however change the order of iteration. This main purpose of this data structure is
|
|
7
|
+
// the ability to avoid that and enable the value V to preserve its original place.
|
|
8
|
+
export class BijectiveIndexedMap<K, V> implements Map<K, V> {
|
|
9
|
+
private readonly valueStore: Map<number, V>
|
|
10
|
+
private readonly index: Map<K, number>
|
|
11
|
+
private indexSeed: number
|
|
12
|
+
|
|
13
|
+
private readonly inverse: (value: V) => K
|
|
14
|
+
|
|
15
|
+
public readonly [Symbol.toStringTag] = 'BijectiveIndexedMap'
|
|
16
|
+
|
|
17
|
+
public constructor(originalMap: BijectiveIndexedMap<K, V>)
|
|
18
|
+
public constructor(inverse: (value: V) => K)
|
|
19
|
+
public constructor(inverseOrMap: BijectiveIndexedMap<K, V> | ((value: V) => K)) {
|
|
20
|
+
if (inverseOrMap instanceof BijectiveIndexedMap) {
|
|
21
|
+
this.valueStore = new Map(inverseOrMap.valueStore)
|
|
22
|
+
this.index = new Map(inverseOrMap.index)
|
|
23
|
+
this.indexSeed = inverseOrMap.indexSeed
|
|
24
|
+
this.inverse = inverseOrMap.inverse
|
|
25
|
+
} else {
|
|
26
|
+
this.valueStore = new Map()
|
|
27
|
+
this.index = new Map()
|
|
28
|
+
this.indexSeed = 0
|
|
29
|
+
this.inverse = inverseOrMap
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
private getNewIndex() {
|
|
34
|
+
return this.indexSeed++
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
public get size(): number {
|
|
38
|
+
return this.valueStore.size
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
public clear(): void {
|
|
42
|
+
this.valueStore.clear()
|
|
43
|
+
this.index.clear()
|
|
44
|
+
}
|
|
45
|
+
public delete(key: K): boolean {
|
|
46
|
+
const index = this.index.get(key)
|
|
47
|
+
|
|
48
|
+
if (index === undefined) {
|
|
49
|
+
return false
|
|
50
|
+
}
|
|
51
|
+
this.valueStore.delete(index)
|
|
52
|
+
this.index.delete(key)
|
|
53
|
+
return true
|
|
54
|
+
}
|
|
55
|
+
public forEach(callback: (value: V, key: K, map: Map<K, V>) => void, thisArg?: any): void {
|
|
56
|
+
for (const [key, value] of this.entries()) {
|
|
57
|
+
callback.call(thisArg, value, key, this)
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
public get(key: K): V | undefined {
|
|
62
|
+
const index = this.index.get(key)
|
|
63
|
+
|
|
64
|
+
if (index === undefined) {
|
|
65
|
+
return undefined
|
|
66
|
+
}
|
|
67
|
+
return this.valueStore.get(index)
|
|
68
|
+
}
|
|
69
|
+
public has(key: K): boolean {
|
|
70
|
+
return this.index.has(key)
|
|
71
|
+
}
|
|
72
|
+
public set(key: K, value: V): this {
|
|
73
|
+
const existingIndex = this.index.get(key)
|
|
74
|
+
|
|
75
|
+
if (existingIndex === undefined) {
|
|
76
|
+
const newIndex = this.getNewIndex()
|
|
77
|
+
this.index.set(key, newIndex)
|
|
78
|
+
this.valueStore.set(newIndex, value)
|
|
79
|
+
} else {
|
|
80
|
+
this.valueStore.set(existingIndex, value)
|
|
81
|
+
}
|
|
82
|
+
return this
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// This doesn't use the inverse in order to avoid confusion.
|
|
86
|
+
// See the description above.
|
|
87
|
+
public changeKey(oldKey: K, newKey: K): this {
|
|
88
|
+
const index = this.index.get(oldKey)
|
|
89
|
+
if (index === undefined) {
|
|
90
|
+
throw new Error()
|
|
91
|
+
}
|
|
92
|
+
this.index.delete(oldKey)
|
|
93
|
+
this.index.set(newKey, index)
|
|
94
|
+
return this
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
public changeKeyOrder(newOrder: Iterable<K>) {
|
|
98
|
+
for (const key of newOrder) {
|
|
99
|
+
const keyIndex = this.index.get(key)
|
|
100
|
+
if (keyIndex === undefined) {
|
|
101
|
+
throw new Error()
|
|
102
|
+
}
|
|
103
|
+
const value = this.valueStore.get(keyIndex)!
|
|
104
|
+
|
|
105
|
+
// This effectively removes value from wherever it was and puts it at the end.
|
|
106
|
+
// Provided newOrder.size is the same as valueStore, by the end of this loop
|
|
107
|
+
// the values will be in the correct order.
|
|
108
|
+
this.valueStore.delete(keyIndex)
|
|
109
|
+
this.valueStore.set(keyIndex, value)
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
public *[Symbol.iterator](): MapIterator<[K, V]> {
|
|
114
|
+
yield* this.entries()
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
public *entries(): MapIterator<[K, V]> {
|
|
118
|
+
for (const value of this.values()) {
|
|
119
|
+
yield [this.inverse(value), value]
|
|
120
|
+
}
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
public *keys(): MapIterator<K> {
|
|
124
|
+
for (const value of this.values()) {
|
|
125
|
+
yield this.inverse(value)
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
public *values(): MapIterator<V> {
|
|
130
|
+
for (const value of this.valueStore.values()) {
|
|
131
|
+
if (value === undefined) {
|
|
132
|
+
continue
|
|
133
|
+
}
|
|
134
|
+
yield value
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// This is heavily inspired by https://stackoverflow.com/a/46432113
|
|
2
|
+
export class LRUCache<Key, Value> {
|
|
3
|
+
private readonly cache = new Map<Key, Value>()
|
|
4
|
+
|
|
5
|
+
public constructor(private readonly maxSize: number) {}
|
|
6
|
+
|
|
7
|
+
public get(key: Key): Value | undefined {
|
|
8
|
+
const value = this.cache.get(key)
|
|
9
|
+
|
|
10
|
+
if (value !== undefined) {
|
|
11
|
+
this.cache.delete(key)
|
|
12
|
+
this.cache.set(key, value)
|
|
13
|
+
}
|
|
14
|
+
return value
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
public set(key: Key, value: Value) {
|
|
18
|
+
if (this.cache.has(key)) {
|
|
19
|
+
this.cache.delete(key) // Refresh this key
|
|
20
|
+
} else if (this.cache.size === this.maxSize) {
|
|
21
|
+
this.cache.delete(this.getOldestKey()) // Evict the oldest value
|
|
22
|
+
}
|
|
23
|
+
this.cache.set(key, value)
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
private getOldestKey(): Key {
|
|
27
|
+
return this.cache.keys().next().value!
|
|
28
|
+
}
|
|
29
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export class WeakIdCache<K extends object> {
|
|
2
|
+
private readonly cache = new WeakMap<K, string>()
|
|
3
|
+
private seed = 0
|
|
4
|
+
private readonly rootId = this.seedToId(this.seed++)
|
|
5
|
+
|
|
6
|
+
public getId(key: K): string {
|
|
7
|
+
let existing = this.cache.get(key)
|
|
8
|
+
|
|
9
|
+
if (existing === undefined) {
|
|
10
|
+
this.cache.set(key, (existing = this.seedToId(this.seed++)))
|
|
11
|
+
}
|
|
12
|
+
return existing
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
public getOptionalKeyId(key: K | undefined): string {
|
|
16
|
+
if (key === undefined) {
|
|
17
|
+
return this.rootId
|
|
18
|
+
}
|
|
19
|
+
return this.getId(key)
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
private seedToId(seed: number): string {
|
|
23
|
+
return seed.toFixed(0)
|
|
24
|
+
}
|
|
25
|
+
}
|
package/src/tsconfig.json
CHANGED
package/src/types/index.ts
CHANGED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { describe, expect, test } from 'vitest'
|
|
2
|
+
import { dataAttribute } from '../../src'
|
|
3
|
+
|
|
4
|
+
describe('@contember/utilities', function () {
|
|
5
|
+
test('@contember/utilities.dataAttribute', function () {
|
|
6
|
+
|
|
7
|
+
expect(dataAttribute(false)).toBe(undefined)
|
|
8
|
+
expect(dataAttribute(true)).toBe('')
|
|
9
|
+
expect(dataAttribute('string')).toBe('string')
|
|
10
|
+
expect(dataAttribute(0)).toBe('0')
|
|
11
|
+
expect(dataAttribute('')).toBe('')
|
|
12
|
+
})
|
|
13
|
+
})
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { describe, expect, test } from 'vitest'
|
|
2
|
+
import { svgSizeProps } from '../../src'
|
|
3
|
+
|
|
4
|
+
describe('@contember/utilities', function () {
|
|
5
|
+
test('@contember/utilities.svgViewBox', function () {
|
|
6
|
+
expect(svgSizeProps(100)).toEqual({
|
|
7
|
+
width: 100,
|
|
8
|
+
height: 100,
|
|
9
|
+
viewBox: '0 0 100 100',
|
|
10
|
+
})
|
|
11
|
+
expect(svgSizeProps(100, 100)).toEqual({
|
|
12
|
+
width: 100,
|
|
13
|
+
height: 100,
|
|
14
|
+
viewBox: '0 0 100 100',
|
|
15
|
+
})
|
|
16
|
+
expect(svgSizeProps(70, 70, 10)).toEqual({
|
|
17
|
+
width: 50,
|
|
18
|
+
height: 50,
|
|
19
|
+
viewBox: '10 10 50 50',
|
|
20
|
+
})
|
|
21
|
+
})
|
|
22
|
+
})
|
package/tsconfig.json
ADDED
package/tsdoc.json
ADDED
package/vitest.config.ts
ADDED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
class AssertionError extends Error {
|
|
4
|
-
constructor(value, that = "value to pass assertion") {
|
|
5
|
-
super(`Expecting ${that}, ${JSON.stringify(value)} given`);
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
exports.AssertionError = AssertionError;
|
|
9
|
-
//# sourceMappingURL=AssertionError.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AssertionError.cjs","sources":["../../../src/assert-types/AssertionError.ts"],"sourcesContent":["export class AssertionError extends Error {\n\tconstructor(value: unknown, that: string = 'value to pass assertion') {\n\t\tsuper(`Expecting ${that}, ${JSON.stringify(value)} given`)\n\t}\n}\n"],"names":[],"mappings":";;AAAO,MAAM,uBAAuB,MAAM;AAAA,EACzC,YAAY,OAAgB,OAAe,2BAA2B;AACrE,UAAM,aAAa,IAAI,KAAK,KAAK,UAAU,KAAK,CAAC,QAAQ;AAAA,EAC1D;AACD;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"AssertionError.js","sources":["../../../src/assert-types/AssertionError.ts"],"sourcesContent":["export class AssertionError extends Error {\n\tconstructor(value: unknown, that: string = 'value to pass assertion') {\n\t\tsuper(`Expecting ${that}, ${JSON.stringify(value)} given`)\n\t}\n}\n"],"names":[],"mappings":"AAAO,MAAM,uBAAuB,MAAM;AAAA,EACzC,YAAY,OAAgB,OAAe,2BAA2B;AACrE,UAAM,aAAa,IAAI,KAAK,KAAK,UAAU,KAAK,CAAC,QAAQ;AAAA,EAC1D;AACD;"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
function isNonNegativeNumber(value) {
|
|
4
|
-
return typeof value === "number" && value >= 0;
|
|
5
|
-
}
|
|
6
|
-
exports.isNonNegativeNumber = isNonNegativeNumber;
|
|
7
|
-
//# sourceMappingURL=Predicates.cjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Predicates.cjs","sources":["../../../src/assert-types/Predicates.ts"],"sourcesContent":["export function isNonNegativeNumber(value: unknown): value is number {\n\treturn typeof value === 'number' && value >= 0\n}\n"],"names":[],"mappings":";;AAAO,SAAS,oBAAoB,OAAiC;AAC7D,SAAA,OAAO,UAAU,YAAY,SAAS;AAC9C;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Predicates.js","sources":["../../../src/assert-types/Predicates.ts"],"sourcesContent":["export function isNonNegativeNumber(value: unknown): value is number {\n\treturn typeof value === 'number' && value >= 0\n}\n"],"names":[],"mappings":"AAAO,SAAS,oBAAoB,OAAiC;AAC7D,SAAA,OAAO,UAAU,YAAY,SAAS;AAC9C;"}
|