@synnaxlabs/x 0.49.3 → 0.52.3
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/.turbo/turbo-build.log +10 -10
- package/dist/eslint.config.d.ts +2 -2
- package/dist/eslint.config.d.ts.map +1 -1
- package/dist/src/color/color.d.ts +26 -2
- package/dist/src/color/color.d.ts.map +1 -1
- package/dist/src/color/gradient.d.ts +10 -0
- package/dist/src/color/gradient.d.ts.map +1 -1
- package/dist/src/color/palette.d.ts +22 -2
- package/dist/src/color/palette.d.ts.map +1 -1
- package/dist/src/index.d.ts +0 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/kv/types.d.ts.map +1 -1
- package/dist/src/label/label.d.ts +15 -1
- package/dist/src/label/label.d.ts.map +1 -1
- package/dist/src/record/record.d.ts +23 -9
- package/dist/src/record/record.d.ts.map +1 -1
- package/dist/src/status/status.d.ts +5 -0
- package/dist/src/status/status.d.ts.map +1 -1
- package/dist/src/sync/mutex.d.ts +3 -3
- package/dist/src/zod/util.d.ts +2 -0
- package/dist/src/zod/util.d.ts.map +1 -1
- package/dist/x.cjs +11 -8
- package/dist/x.js +1106 -1129
- package/eslint.config.ts +3 -3
- package/package.json +9 -8
- package/src/array/external.ts +1 -1
- package/src/array/index.ts +1 -1
- package/src/array/nullable.ts +1 -1
- package/src/array/toArray.spec.ts +1 -1
- package/src/array/toArray.ts +1 -1
- package/src/array/update.spec.ts +1 -1
- package/src/array/update.ts +1 -1
- package/src/binary/codec.spec.ts +1 -1
- package/src/binary/codec.ts +1 -1
- package/src/binary/index.ts +1 -1
- package/src/breaker/breaker.spec.ts +1 -1
- package/src/breaker/breaker.ts +1 -1
- package/src/breaker/index.ts +1 -1
- package/src/caseconv/caseconv.spec.ts +1 -1
- package/src/caseconv/caseconv.ts +1 -1
- package/src/caseconv/index.ts +1 -1
- package/src/change/change.ts +1 -1
- package/src/change/index.ts +1 -1
- package/src/clamp/clamp.ts +1 -1
- package/src/color/color.spec.ts +27 -2
- package/src/color/color.ts +10 -4
- package/src/color/external.ts +1 -1
- package/src/color/gradient.ts +1 -1
- package/src/color/index.ts +1 -1
- package/src/color/palette.ts +1 -1
- package/src/compare/binary.spec.ts +1 -1
- package/src/compare/binary.ts +1 -1
- package/src/compare/compare.spec.ts +1 -1
- package/src/compare/compare.ts +1 -1
- package/src/compare/external.ts +1 -1
- package/src/compare/index.ts +1 -1
- package/src/control/control.ts +1 -1
- package/src/control/index.ts +1 -1
- package/src/csv/csv.spec.ts +1 -1
- package/src/csv/csv.ts +1 -1
- package/src/csv/index.ts +1 -1
- package/src/debounce/debounce.spec.ts +1 -1
- package/src/debounce/debounce.ts +1 -1
- package/src/debounce/index.ts +1 -1
- package/src/deep/copy.spec.ts +1 -1
- package/src/deep/copy.ts +1 -1
- package/src/deep/difference.spec.ts +1 -1
- package/src/deep/difference.ts +1 -1
- package/src/deep/equal.spec.ts +1 -1
- package/src/deep/equal.ts +1 -1
- package/src/deep/external.ts +1 -1
- package/src/deep/get.bench.ts +1 -1
- package/src/deep/get.spec.ts +1 -1
- package/src/deep/get.ts +1 -1
- package/src/deep/index.ts +1 -1
- package/src/deep/join.ts +1 -1
- package/src/deep/merge.spec.ts +1 -1
- package/src/deep/merge.ts +1 -1
- package/src/deep/partial.spec.ts +1 -1
- package/src/deep/partial.ts +1 -1
- package/src/deep/path.spec.ts +1 -1
- package/src/deep/path.ts +1 -1
- package/src/deep/remove.bench.ts +1 -1
- package/src/deep/remove.spec.ts +1 -1
- package/src/deep/remove.ts +1 -1
- package/src/deep/set.bench.ts +1 -1
- package/src/deep/set.spec.ts +1 -1
- package/src/deep/set.ts +1 -1
- package/src/destructor/destructor.ts +1 -1
- package/src/destructor/index.ts +1 -1
- package/src/errors/errors.spec.ts +1 -1
- package/src/errors/errors.ts +1 -1
- package/src/errors/index.ts +1 -1
- package/src/id/id.spec.ts +1 -1
- package/src/id/id.ts +1 -1
- package/src/id/index.ts +1 -1
- package/src/index.ts +1 -2
- package/src/instance/index.ts +1 -1
- package/src/instance/matcher.spec.ts +1 -1
- package/src/instance/matcher.ts +1 -1
- package/src/kv/external.ts +1 -1
- package/src/kv/index.ts +1 -1
- package/src/kv/mock.spec.ts +1 -1
- package/src/kv/mock.ts +1 -1
- package/src/kv/types.ts +2 -4
- package/src/label/index.ts +1 -1
- package/src/label/label.ts +4 -2
- package/src/link/index.ts +1 -1
- package/src/link/link.spec.ts +1 -1
- package/src/link/link.ts +1 -1
- package/src/map/index.ts +1 -1
- package/src/map/map.spec.ts +1 -1
- package/src/map/map.ts +1 -1
- package/src/math/constants.ts +1 -1
- package/src/math/external.ts +1 -1
- package/src/math/index.ts +1 -1
- package/src/math/math.spec.ts +1 -1
- package/src/math/math.ts +1 -1
- package/src/math/round.spec.ts +1 -1
- package/src/math/round.ts +1 -1
- package/src/migrate/index.ts +1 -1
- package/src/migrate/migrate.spec.ts +1 -1
- package/src/migrate/migrate.ts +5 -5
- package/src/mock/MockGLBufferController.ts +1 -1
- package/src/narrow/index.ts +1 -1
- package/src/narrow/narrow.spec.ts +1 -1
- package/src/narrow/narrow.ts +1 -1
- package/src/notation/index.ts +1 -1
- package/src/notation/notation.spec.ts +1 -1
- package/src/notation/notation.ts +1 -1
- package/src/numeric/index.ts +1 -1
- package/src/numeric/numeric.ts +1 -1
- package/src/observe/index.ts +1 -1
- package/src/observe/observe.ts +1 -1
- package/src/observe/obsever.spec.ts +1 -1
- package/src/optional/index.ts +1 -1
- package/src/optional/optional.ts +1 -1
- package/src/primitive/index.ts +1 -1
- package/src/primitive/primitive.spec.ts +1 -1
- package/src/primitive/primitive.ts +1 -1
- package/src/record/index.ts +1 -1
- package/src/record/record.spec.ts +32 -18
- package/src/record/record.ts +30 -14
- package/src/runtime/detect.ts +1 -1
- package/src/runtime/external.ts +1 -1
- package/src/runtime/index.ts +1 -1
- package/src/runtime/os.ts +1 -1
- package/src/scheduler/index.ts +1 -1
- package/src/scheduler/scheduler.spec.ts +1 -1
- package/src/scheduler/scheduler.ts +1 -1
- package/src/shallow/copy.spec.ts +1 -1
- package/src/shallow/copy.ts +1 -1
- package/src/shallow/index.ts +1 -1
- package/src/singleton/define.spec.ts +1 -1
- package/src/singleton/define.ts +1 -1
- package/src/singleton/index.ts +1 -1
- package/src/sleep/index.ts +1 -1
- package/src/sleep/sleep.ts +1 -1
- package/src/spatial/base.ts +1 -1
- package/src/spatial/bounds/bounds.spec.ts +1 -1
- package/src/spatial/bounds/bounds.ts +1 -1
- package/src/spatial/bounds/index.ts +1 -1
- package/src/spatial/box/box.spec.ts +1 -1
- package/src/spatial/box/box.ts +1 -1
- package/src/spatial/box/index.ts +1 -1
- package/src/spatial/dimensions/dimensions.spec.ts +1 -1
- package/src/spatial/dimensions/dimensions.ts +1 -1
- package/src/spatial/dimensions/index.ts +1 -1
- package/src/spatial/direction/direction.spec.ts +1 -1
- package/src/spatial/direction/direction.ts +1 -1
- package/src/spatial/direction/index.ts +1 -1
- package/src/spatial/external.ts +1 -1
- package/src/spatial/index.ts +1 -1
- package/src/spatial/location/index.ts +1 -1
- package/src/spatial/location/location.spec.ts +1 -1
- package/src/spatial/location/location.ts +1 -1
- package/src/spatial/scale/index.ts +1 -1
- package/src/spatial/scale/scale.spec.ts +1 -1
- package/src/spatial/scale/scale.ts +1 -1
- package/src/spatial/spatial.ts +1 -1
- package/src/spatial/sticky/index.ts +1 -1
- package/src/spatial/sticky/sticky.spec.ts +1 -1
- package/src/spatial/sticky/sticky.ts +1 -1
- package/src/spatial/xy/index.ts +1 -1
- package/src/spatial/xy/xy.spec.ts +1 -1
- package/src/spatial/xy/xy.ts +1 -1
- package/src/status/index.ts +1 -1
- package/src/status/status.spec.ts +168 -1
- package/src/status/status.ts +47 -1
- package/src/strings/deduplicateFileName.spec.ts +1 -1
- package/src/strings/deduplicateFileName.ts +1 -1
- package/src/strings/external.ts +1 -1
- package/src/strings/index.ts +1 -1
- package/src/strings/strings.spec.ts +1 -1
- package/src/strings/strings.ts +1 -1
- package/src/sync/index.ts +1 -1
- package/src/sync/mutex.ts +4 -4
- package/src/telem/gl.ts +1 -1
- package/src/telem/index.ts +1 -1
- package/src/telem/series.spec.ts +1 -1
- package/src/telem/series.ts +4 -4
- package/src/telem/telem.spec.ts +1 -1
- package/src/telem/telem.ts +1 -1
- package/src/testutil/index.ts +1 -1
- package/src/testutil/testutil.spec.ts +1 -1
- package/src/testutil/testutil.ts +1 -1
- package/src/types/index.ts +1 -1
- package/src/unique/index.ts +1 -1
- package/src/unique/unique.spec.ts +1 -1
- package/src/unique/unique.ts +1 -1
- package/src/url/index.ts +1 -1
- package/src/url/url.spec.ts +1 -1
- package/src/url/url.ts +1 -1
- package/src/uuid/index.ts +1 -1
- package/src/uuid/uuid.spec.ts +1 -1
- package/src/uuid/uuid.ts +1 -1
- package/src/worker/index.ts +1 -1
- package/src/worker/worker.spec.ts +1 -1
- package/src/worker/worker.ts +1 -1
- package/src/zod/external.ts +1 -1
- package/src/zod/index.ts +1 -1
- package/src/zod/nullToUndefined.spec.ts +1 -1
- package/src/zod/nullToUndefined.ts +1 -1
- package/src/zod/schemas.spec.ts +1 -1
- package/src/zod/schemas.ts +1 -1
- package/src/zod/toArray.spec.ts +1 -1
- package/src/zod/toArray.ts +1 -1
- package/src/zod/util.spec.ts +31 -1
- package/src/zod/util.ts +14 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/vite.config.ts +1 -2
- package/dist/src/jsonrpc/index.d.ts +0 -2
- package/dist/src/jsonrpc/index.d.ts.map +0 -1
- package/dist/src/jsonrpc/jsonrpc.d.ts +0 -70
- package/dist/src/jsonrpc/jsonrpc.d.ts.map +0 -1
- package/dist/src/jsonrpc/jsonrpc.spec.d.ts +0 -2
- package/dist/src/jsonrpc/jsonrpc.spec.d.ts.map +0 -1
- package/src/jsonrpc/index.ts +0 -10
- package/src/jsonrpc/jsonrpc.spec.ts +0 -135
- package/src/jsonrpc/jsonrpc.ts +0 -125
package/eslint.config.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2026 Synnax Labs, Inc.
|
|
2
2
|
//
|
|
3
3
|
// Use of this software is governed by the Business Source License included in the file
|
|
4
4
|
// licenses/BSL.txt.
|
|
@@ -7,6 +7,6 @@
|
|
|
7
7
|
// License, use of this software will be governed by the Apache License, Version 2.0,
|
|
8
8
|
// included in the file licenses/APL.txt.
|
|
9
9
|
|
|
10
|
-
import
|
|
10
|
+
import cfg from "@synnaxlabs/eslint-config";
|
|
11
11
|
|
|
12
|
-
export default
|
|
12
|
+
export default cfg;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@synnaxlabs/x",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.52.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Common Utilities for Synnax Labs",
|
|
6
6
|
"repository": "https://github.com/synnaxlabs/synnax/tree/main/x/ts",
|
|
@@ -16,19 +16,19 @@
|
|
|
16
16
|
"async-mutex": "^0.5.0",
|
|
17
17
|
"nanoid": "^5.1.6",
|
|
18
18
|
"uuid": "^13.0.0",
|
|
19
|
-
"zod": "^4.
|
|
19
|
+
"zod": "^4.3.6"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@types/node": "^
|
|
22
|
+
"@types/node": "^25.1.0",
|
|
23
23
|
"@vitest/coverage-v8": "^3.2.4",
|
|
24
|
-
"eslint": "^9.39.
|
|
24
|
+
"eslint": "^9.39.2",
|
|
25
25
|
"madge": "^8.0.0",
|
|
26
26
|
"typescript": "^5.9.3",
|
|
27
|
-
"vite": "^7.1
|
|
27
|
+
"vite": "^7.3.1",
|
|
28
28
|
"vitest": "^3.2.4",
|
|
29
|
-
"@synnaxlabs/
|
|
30
|
-
"
|
|
31
|
-
"@synnaxlabs/vite-plugin": "^0.
|
|
29
|
+
"@synnaxlabs/eslint-config": "^0.0.0",
|
|
30
|
+
"@synnaxlabs/tsconfig": "^0.0.0",
|
|
31
|
+
"@synnaxlabs/vite-plugin": "^0.0.0"
|
|
32
32
|
},
|
|
33
33
|
"main": "dist/x.cjs",
|
|
34
34
|
"module": "dist/x.js",
|
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
"build": "tsc --noEmit && vite build",
|
|
38
38
|
"check-types": "tsc --noEmit",
|
|
39
39
|
"test": "vitest",
|
|
40
|
+
"cov": "vitest --coverage",
|
|
40
41
|
"lint": "eslint",
|
|
41
42
|
"fix": "eslint --fix",
|
|
42
43
|
"madge": "madge --circular src"
|
package/src/array/external.ts
CHANGED
package/src/array/index.ts
CHANGED
package/src/array/nullable.ts
CHANGED
package/src/array/toArray.ts
CHANGED
package/src/array/update.spec.ts
CHANGED
package/src/array/update.ts
CHANGED
package/src/binary/codec.spec.ts
CHANGED
package/src/binary/codec.ts
CHANGED
package/src/binary/index.ts
CHANGED
package/src/breaker/breaker.ts
CHANGED
package/src/breaker/index.ts
CHANGED
package/src/caseconv/caseconv.ts
CHANGED
package/src/caseconv/index.ts
CHANGED
package/src/change/change.ts
CHANGED
package/src/change/index.ts
CHANGED
package/src/clamp/clamp.ts
CHANGED
package/src/color/color.spec.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2026 Synnax Labs, Inc.
|
|
2
2
|
//
|
|
3
3
|
// Use of this software is governed by the Business Source License included in the file
|
|
4
4
|
// licenses/BSL.txt.
|
|
@@ -71,6 +71,27 @@ describe("color.Color", () => {
|
|
|
71
71
|
expect(color.bValue(c)).toEqual(38);
|
|
72
72
|
expect(color.aValue(c)).toEqual(0.5);
|
|
73
73
|
});
|
|
74
|
+
|
|
75
|
+
test("from rgba struct", () => {
|
|
76
|
+
const c = color.construct({ r: 255, g: 0, b: 0, a: 1 });
|
|
77
|
+
expect(color.rValue(c)).toEqual(255);
|
|
78
|
+
expect(color.gValue(c)).toEqual(0);
|
|
79
|
+
expect(color.bValue(c)).toEqual(0);
|
|
80
|
+
expect(color.aValue(c)).toEqual(1);
|
|
81
|
+
});
|
|
82
|
+
|
|
83
|
+
test("from rgba struct with alpha", () => {
|
|
84
|
+
const c = color.construct({ r: 122, g: 44, b: 38, a: 0.5 });
|
|
85
|
+
expect(color.rValue(c)).toEqual(122);
|
|
86
|
+
expect(color.gValue(c)).toEqual(44);
|
|
87
|
+
expect(color.bValue(c)).toEqual(38);
|
|
88
|
+
expect(color.aValue(c)).toEqual(0.5);
|
|
89
|
+
});
|
|
90
|
+
|
|
91
|
+
test("colorZ parses rgba struct", () => {
|
|
92
|
+
const c = color.colorZ.parse({ r: 255, g: 0, b: 0, a: 1 });
|
|
93
|
+
expect(c).toEqual([255, 0, 0, 1]);
|
|
94
|
+
});
|
|
74
95
|
});
|
|
75
96
|
|
|
76
97
|
describe("to hex", () => {
|
|
@@ -80,7 +101,7 @@ describe("color.Color", () => {
|
|
|
80
101
|
});
|
|
81
102
|
test("with alpha", () => {
|
|
82
103
|
const c = color.construct("#7a2c26", 0.5);
|
|
83
|
-
expect(color.hex(c)).toEqual("#
|
|
104
|
+
expect(color.hex(c)).toEqual("#7a2c2680");
|
|
84
105
|
});
|
|
85
106
|
});
|
|
86
107
|
|
|
@@ -694,6 +715,10 @@ describe("color.Color", () => {
|
|
|
694
715
|
expect(color.isCrude([255, 0, 0, -0.1])).toBe(false);
|
|
695
716
|
});
|
|
696
717
|
|
|
718
|
+
test("RGBA struct is a crude color", () => {
|
|
719
|
+
expect(color.isCrude({ r: 255, g: 0, b: 0, a: 1 })).toBe(true);
|
|
720
|
+
});
|
|
721
|
+
|
|
697
722
|
test("rejects non-color values", () => {
|
|
698
723
|
expect(color.isCrude(null)).toBe(false);
|
|
699
724
|
expect(color.isCrude(undefined)).toBe(false);
|
package/src/color/color.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright
|
|
1
|
+
// Copyright 2026 Synnax Labs, Inc.
|
|
2
2
|
//
|
|
3
3
|
// Use of this software is governed by the Business Source License included in the file
|
|
4
4
|
// licenses/BSL.txt.
|
|
@@ -24,6 +24,10 @@ const rgbaZ = z.tuple([rgbValueZ, rgbValueZ, rgbValueZ, alphaZ]);
|
|
|
24
24
|
const rgbZ = z.tuple([rgbValueZ, rgbValueZ, rgbValueZ]);
|
|
25
25
|
/** A zod schema for a legacy color object. */
|
|
26
26
|
const legacyObjectZ = z.object({ rgba255: rgbaZ });
|
|
27
|
+
/** A zod schema for an RGBA struct (r, g, b, a fields). */
|
|
28
|
+
const rgbaStructZ = z.object({ r: rgbValueZ, g: rgbValueZ, b: rgbValueZ, a: alphaZ });
|
|
29
|
+
/** An RGBA struct with named fields. */
|
|
30
|
+
export type RGBAStruct = z.infer<typeof rgbaStructZ>;
|
|
27
31
|
/** A zod schema for a hue value between 0 and 360. */
|
|
28
32
|
const hueZ = z.number().min(0).max(360);
|
|
29
33
|
/** A zod schema for a saturation value between 0 and 100. */
|
|
@@ -46,12 +50,12 @@ export type Hex = z.infer<typeof hexZ>;
|
|
|
46
50
|
type LegacyObject = z.infer<typeof legacyObjectZ>;
|
|
47
51
|
|
|
48
52
|
/** A zod schema for a crude color representation. */
|
|
49
|
-
export const crudeZ = z.union([hexZ, rgbZ, rgbaZ, hslaZ, legacyObjectZ]);
|
|
53
|
+
export const crudeZ = z.union([hexZ, rgbZ, rgbaZ, hslaZ, legacyObjectZ, rgbaStructZ]);
|
|
50
54
|
/**
|
|
51
55
|
* An unparsed representation of a color i.e. a value that can be converted into
|
|
52
56
|
* a Color object.
|
|
53
57
|
*/
|
|
54
|
-
export type Crude = Hex | RGBA | Color | RGB | LegacyObject;
|
|
58
|
+
export type Crude = Hex | RGBA | Color | RGB | LegacyObject | RGBAStruct;
|
|
55
59
|
|
|
56
60
|
/** A zod schema to parse color values from various crude representations. */
|
|
57
61
|
export const colorZ = crudeZ.transform((v) => construct(v));
|
|
@@ -113,6 +117,7 @@ export const construct = (color: Crude, alpha: number = 1): Color => {
|
|
|
113
117
|
if (color.length === 3) return [...color, alpha];
|
|
114
118
|
return color;
|
|
115
119
|
}
|
|
120
|
+
if ("a" in color && "r" in color) return [color.r, color.g, color.b, color.a];
|
|
116
121
|
return color.rgba255;
|
|
117
122
|
};
|
|
118
123
|
|
|
@@ -140,8 +145,9 @@ export interface ToHex {
|
|
|
140
145
|
export const hex = ((color?: Crude) => {
|
|
141
146
|
if (color == null) return undefined;
|
|
142
147
|
const [r, g, b, a] = construct(color);
|
|
148
|
+
const alphaByte = Math.round(a * 255);
|
|
143
149
|
return `#${rgbaToHex(r)}${rgbaToHex(g)}${rgbaToHex(b)}${
|
|
144
|
-
|
|
150
|
+
alphaByte === 255 ? "" : rgbaToHex(alphaByte)
|
|
145
151
|
}`;
|
|
146
152
|
}) as ToHex;
|
|
147
153
|
|
package/src/color/external.ts
CHANGED
package/src/color/gradient.ts
CHANGED
package/src/color/index.ts
CHANGED
package/src/color/palette.ts
CHANGED
package/src/compare/binary.ts
CHANGED
package/src/compare/compare.ts
CHANGED
package/src/compare/external.ts
CHANGED
package/src/compare/index.ts
CHANGED
package/src/control/control.ts
CHANGED
package/src/control/index.ts
CHANGED
package/src/csv/csv.spec.ts
CHANGED
package/src/csv/csv.ts
CHANGED
package/src/csv/index.ts
CHANGED
package/src/debounce/debounce.ts
CHANGED
package/src/debounce/index.ts
CHANGED
package/src/deep/copy.spec.ts
CHANGED
package/src/deep/copy.ts
CHANGED
package/src/deep/difference.ts
CHANGED
package/src/deep/equal.spec.ts
CHANGED
package/src/deep/equal.ts
CHANGED
package/src/deep/external.ts
CHANGED
package/src/deep/get.bench.ts
CHANGED
package/src/deep/get.spec.ts
CHANGED
package/src/deep/get.ts
CHANGED
package/src/deep/index.ts
CHANGED
package/src/deep/join.ts
CHANGED
package/src/deep/merge.spec.ts
CHANGED
package/src/deep/merge.ts
CHANGED
package/src/deep/partial.spec.ts
CHANGED
package/src/deep/partial.ts
CHANGED
package/src/deep/path.spec.ts
CHANGED
package/src/deep/path.ts
CHANGED
package/src/deep/remove.bench.ts
CHANGED
package/src/deep/remove.spec.ts
CHANGED
package/src/deep/remove.ts
CHANGED
package/src/deep/set.bench.ts
CHANGED
package/src/deep/set.spec.ts
CHANGED
package/src/deep/set.ts
CHANGED
package/src/destructor/index.ts
CHANGED