@fncts/typelevel 0.0.20 → 0.0.22

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.
Files changed (52) hide show
  1. package/Check.d.ts +1 -1
  2. package/_cjs/Any.cjs +0 -4
  3. package/_cjs/Any.cjs.map +1 -1
  4. package/_cjs/Boolean.cjs +0 -4
  5. package/_cjs/Boolean.cjs.map +1 -1
  6. package/_cjs/BuiltIn.cjs +0 -4
  7. package/_cjs/BuiltIn.cjs.map +1 -1
  8. package/_cjs/Check.cjs +0 -4
  9. package/_cjs/Check.cjs.map +1 -1
  10. package/_cjs/Function.cjs +0 -4
  11. package/_cjs/Function.cjs.map +1 -1
  12. package/_cjs/Intersection.cjs +0 -4
  13. package/_cjs/Intersection.cjs.map +1 -1
  14. package/_cjs/Iteration.cjs +0 -4
  15. package/_cjs/Iteration.cjs.map +1 -1
  16. package/_cjs/List.cjs +0 -4
  17. package/_cjs/List.cjs.map +1 -1
  18. package/_cjs/Number.cjs +0 -4
  19. package/_cjs/Number.cjs.map +1 -1
  20. package/_cjs/Object.cjs +0 -4
  21. package/_cjs/Object.cjs.map +1 -1
  22. package/_cjs/String.cjs +0 -4
  23. package/_cjs/String.cjs.map +1 -1
  24. package/_cjs/Union.cjs +0 -4
  25. package/_cjs/Union.cjs.map +1 -1
  26. package/_cjs/index.cjs +1 -2
  27. package/_mjs/Any.mjs +1 -1
  28. package/_mjs/Any.mjs.map +1 -1
  29. package/_mjs/Boolean.mjs +1 -1
  30. package/_mjs/Boolean.mjs.map +1 -1
  31. package/_mjs/BuiltIn.mjs +1 -1
  32. package/_mjs/BuiltIn.mjs.map +1 -1
  33. package/_mjs/Check.mjs +1 -1
  34. package/_mjs/Check.mjs.map +1 -1
  35. package/_mjs/Function.mjs +1 -1
  36. package/_mjs/Function.mjs.map +1 -1
  37. package/_mjs/Intersection.mjs +1 -1
  38. package/_mjs/Intersection.mjs.map +1 -1
  39. package/_mjs/Iteration.mjs +1 -1
  40. package/_mjs/Iteration.mjs.map +1 -1
  41. package/_mjs/List.mjs +1 -1
  42. package/_mjs/List.mjs.map +1 -1
  43. package/_mjs/Number.mjs +1 -1
  44. package/_mjs/Number.mjs.map +1 -1
  45. package/_mjs/Object.mjs +1 -1
  46. package/_mjs/Object.mjs.map +1 -1
  47. package/_mjs/String.mjs +1 -1
  48. package/_mjs/String.mjs.map +1 -1
  49. package/_mjs/Union.mjs +1 -1
  50. package/_mjs/Union.mjs.map +1 -1
  51. package/_src/Check.ts +7 -2
  52. package/package.json +1 -1
package/Check.d.ts CHANGED
@@ -39,7 +39,7 @@ export declare namespace Check {
39
39
  /**
40
40
  * @tsplus type fncts.Check.IsLiteral
41
41
  */
42
- type IsLiteral<A extends string | number | boolean | bigint | null> = Not<Extends<string, A> | Extends<number, A> | Extends<boolean, A> | Extends<bigint, A> | Extends<null, A>>;
42
+ type IsLiteral<A extends string | number | boolean | symbol | bigint | null> = Not<Extends<string, A> | Extends<number, A> | Extends<boolean, A> | Extends<bigint, A> | Extends<null, A> | Extends<symbol, A>>;
43
43
  /**
44
44
  * @tsplus type fncts.Check.IsStruct
45
45
  */
package/_cjs/Any.cjs CHANGED
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=Any.cjs.map
package/_cjs/Any.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Any.cjs","names":[],"sources":["../esm/Any.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"Any.cjs","names":[],"sources":["../esm/Any.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_cjs/Boolean.cjs CHANGED
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=Boolean.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Boolean.cjs","names":[],"sources":["../esm/Boolean.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"Boolean.cjs","names":[],"sources":["../esm/Boolean.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_cjs/BuiltIn.cjs CHANGED
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=BuiltIn.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"BuiltIn.cjs","names":[],"sources":["../esm/BuiltIn.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"BuiltIn.cjs","names":[],"sources":["../esm/BuiltIn.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_cjs/Check.cjs CHANGED
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=Check.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Check.cjs","names":[],"sources":["../esm/Check.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"Check.cjs","names":[],"sources":["../esm/Check.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_cjs/Function.cjs CHANGED
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=Function.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Function.cjs","names":[],"sources":["../esm/Function.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"Function.cjs","names":[],"sources":["../esm/Function.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=Intersection.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Intersection.cjs","names":[],"sources":["../esm/Intersection.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"Intersection.cjs","names":[],"sources":["../esm/Intersection.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=Iteration.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Iteration.cjs","names":[],"sources":["../esm/Iteration.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"Iteration.cjs","names":[],"sources":["../esm/Iteration.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_cjs/List.cjs CHANGED
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=List.cjs.map
package/_cjs/List.cjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"List.cjs","names":[],"sources":["../esm/List.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"List.cjs","names":[],"sources":["../esm/List.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_cjs/Number.cjs CHANGED
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=Number.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Number.cjs","names":[],"sources":["../esm/Number.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"Number.cjs","names":[],"sources":["../esm/Number.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_cjs/Object.cjs CHANGED
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=Object.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Object.cjs","names":[],"sources":["../esm/Object.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"Object.cjs","names":[],"sources":["../esm/Object.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_cjs/String.cjs CHANGED
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=String.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"String.cjs","names":[],"sources":["../esm/String.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"String.cjs","names":[],"sources":["../esm/String.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_cjs/Union.cjs CHANGED
@@ -1,6 +1,2 @@
1
1
  "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
2
  //# sourceMappingURL=Union.cjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Union.cjs","names":[],"sources":["../esm/Union.js"],"sourcesContent":["export {};\n"],"mappings":"","ignoreList":[]}
1
+ {"version":3,"file":"Union.cjs","names":[],"sources":["../esm/Union.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_cjs/index.cjs CHANGED
@@ -24,6 +24,5 @@ var _String = /*#__PURE__*/_interopRequireWildcard(/*#__PURE__*/require("./Strin
24
24
  exports.String = _String;
25
25
  var _Union = /*#__PURE__*/_interopRequireWildcard(/*#__PURE__*/require("./Union.cjs"));
26
26
  exports.Union = _Union;
27
- function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
28
- function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
27
+ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
29
28
  //# sourceMappingURL=index.cjs.map
package/_mjs/Any.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=Any.mjs.map
package/_mjs/Any.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"Any.mjs","names":[],"sources":["../esm/Any.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"Any.mjs","names":[],"sources":["../esm/Any.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_mjs/Boolean.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=Boolean.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Boolean.mjs","names":[],"sources":["../esm/Boolean.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"Boolean.mjs","names":[],"sources":["../esm/Boolean.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_mjs/BuiltIn.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=BuiltIn.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"BuiltIn.mjs","names":[],"sources":["../esm/BuiltIn.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"BuiltIn.mjs","names":[],"sources":["../esm/BuiltIn.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_mjs/Check.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=Check.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Check.mjs","names":[],"sources":["../esm/Check.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"Check.mjs","names":[],"sources":["../esm/Check.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_mjs/Function.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=Function.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Function.mjs","names":[],"sources":["../esm/Function.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"Function.mjs","names":[],"sources":["../esm/Function.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=Intersection.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Intersection.mjs","names":[],"sources":["../esm/Intersection.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"Intersection.mjs","names":[],"sources":["../esm/Intersection.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=Iteration.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Iteration.mjs","names":[],"sources":["../esm/Iteration.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"Iteration.mjs","names":[],"sources":["../esm/Iteration.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_mjs/List.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=List.mjs.map
package/_mjs/List.mjs.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"List.mjs","names":[],"sources":["../esm/List.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"List.mjs","names":[],"sources":["../esm/List.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_mjs/Number.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=Number.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Number.mjs","names":[],"sources":["../esm/Number.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"Number.mjs","names":[],"sources":["../esm/Number.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_mjs/Object.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=Object.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Object.mjs","names":[],"sources":["../esm/Object.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"Object.mjs","names":[],"sources":["../esm/Object.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_mjs/String.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=String.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"String.mjs","names":[],"sources":["../esm/String.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"String.mjs","names":[],"sources":["../esm/String.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_mjs/Union.mjs CHANGED
@@ -1,2 +1,2 @@
1
- export {};
1
+
2
2
  //# sourceMappingURL=Union.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"Union.mjs","names":[],"sources":["../esm/Union.js"],"sourcesContent":["export {};\n"],"mappings":"AAAA","ignoreList":[]}
1
+ {"version":3,"file":"Union.mjs","names":[],"sources":["../esm/Union.js"],"sourcesContent":[""],"mappings":"","ignoreList":[]}
package/_src/Check.ts CHANGED
@@ -52,8 +52,13 @@ export declare namespace Check {
52
52
  /**
53
53
  * @tsplus type fncts.Check.IsLiteral
54
54
  */
55
- type IsLiteral<A extends string | number | boolean | bigint | null> = Not<
56
- Extends<string, A> | Extends<number, A> | Extends<boolean, A> | Extends<bigint, A> | Extends<null, A>
55
+ type IsLiteral<A extends string | number | boolean | symbol | bigint | null> = Not<
56
+ | Extends<string, A>
57
+ | Extends<number, A>
58
+ | Extends<boolean, A>
59
+ | Extends<bigint, A>
60
+ | Extends<null, A>
61
+ | Extends<symbol, A>
57
62
  >;
58
63
 
59
64
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fncts/typelevel",
3
- "version": "0.0.20",
3
+ "version": "0.0.22",
4
4
  "exports": {
5
5
  "./*": {
6
6
  "types": "./*.d.ts",