@xylabs/exists 3.0.11 → 3.0.13

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.
@@ -6,5 +6,5 @@
6
6
  * @param x The object which is potentially undefined or null
7
7
  * @returns False if the object is null/undefined, true otherwise
8
8
  */
9
- export declare const exists: <T>(x?: T | null | undefined) => x is T;
9
+ export declare const exists: <T>(x?: T | null) => x is T;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,yCAElB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,UAAW,CAAC,GAAG,IAAI,WAErC,CAAA"}
@@ -6,5 +6,5 @@
6
6
  * @param x The object which is potentially undefined or null
7
7
  * @returns False if the object is null/undefined, true otherwise
8
8
  */
9
- export declare const exists: <T>(x?: T | null | undefined) => x is T;
9
+ export declare const exists: <T>(x?: T | null) => x is T;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,yCAElB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,UAAW,CAAC,GAAG,IAAI,WAErC,CAAA"}
@@ -6,5 +6,5 @@
6
6
  * @param x The object which is potentially undefined or null
7
7
  * @returns False if the object is null/undefined, true otherwise
8
8
  */
9
- export declare const exists: <T>(x?: T | null | undefined) => x is T;
9
+ export declare const exists: <T>(x?: T | null) => x is T;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,yCAElB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,UAAW,CAAC,GAAG,IAAI,WAErC,CAAA"}
@@ -6,5 +6,5 @@
6
6
  * @param x The object which is potentially undefined or null
7
7
  * @returns False if the object is null/undefined, true otherwise
8
8
  */
9
- export declare const exists: <T>(x?: T | null | undefined) => x is T;
9
+ export declare const exists: <T>(x?: T | null) => x is T;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,yCAElB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,UAAW,CAAC,GAAG,IAAI,WAErC,CAAA"}
@@ -6,5 +6,5 @@
6
6
  * @param x The object which is potentially undefined or null
7
7
  * @returns False if the object is null/undefined, true otherwise
8
8
  */
9
- export declare const exists: <T>(x?: T | null | undefined) => x is T;
9
+ export declare const exists: <T>(x?: T | null) => x is T;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,yCAElB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,UAAW,CAAC,GAAG,IAAI,WAErC,CAAA"}
@@ -6,5 +6,5 @@
6
6
  * @param x The object which is potentially undefined or null
7
7
  * @returns False if the object is null/undefined, true otherwise
8
8
  */
9
- export declare const exists: <T>(x?: T | null | undefined) => x is T;
9
+ export declare const exists: <T>(x?: T | null) => x is T;
10
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,yCAElB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,eAAO,MAAM,MAAM,UAAW,CAAC,GAAG,IAAI,WAErC,CAAA"}
package/package.json CHANGED
@@ -36,8 +36,8 @@
36
36
  "esm"
37
37
  ],
38
38
  "devDependencies": {
39
- "@xylabs/ts-scripts-yarn3": "^3.5.0",
40
- "@xylabs/tsconfig": "^3.5.0",
39
+ "@xylabs/ts-scripts-yarn3": "^3.5.2",
40
+ "@xylabs/tsconfig": "^3.5.2",
41
41
  "typescript": "^5.4.2"
42
42
  },
43
43
  "engines": {
@@ -51,6 +51,6 @@
51
51
  "url": "https://github.com/xylabs/sdk-js.git"
52
52
  },
53
53
  "sideEffects": false,
54
- "version": "3.0.11",
54
+ "version": "3.0.13",
55
55
  "type": "module"
56
56
  }