@fncts/typelevel 0.0.9 → 0.0.10

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/_mjs/index.mjs CHANGED
@@ -1,21 +1,11 @@
1
- import * as _Any from "./Any.mjs";
2
- export { _Any as Any };
3
- import * as _Boolean from "./Boolean.mjs";
4
- export { _Boolean as Boolean };
5
- import * as _Function from "./Function.mjs";
6
- export { _Function as Function };
7
- import * as _Intersection from "./Intersection.mjs";
8
- export { _Intersection as Intersection };
9
- import * as _Iteration from "./Iteration.mjs";
10
- export { _Iteration as Iteration };
11
- import * as _List from "./List.mjs";
12
- export { _List as List };
13
- import * as _Number from "./Number.mjs";
14
- export { _Number as Number };
15
- import * as _Object from "./Object.mjs";
16
- export { _Object as Object };
17
- import * as _String from "./String.mjs";
18
- export { _String as String };
19
- import * as _Union from "./Union.mjs";
20
- export { _Union as Union };
1
+ export * as Any from "./Any.mjs";
2
+ export * as Boolean from "./Boolean.mjs";
3
+ export * as Function from "./Function.mjs";
4
+ export * as Intersection from "./Intersection.mjs";
5
+ export * as Iteration from "./Iteration.mjs";
6
+ export * as List from "./List.mjs";
7
+ export * as Number from "./Number.mjs";
8
+ export * as Object from "./Object.mjs";
9
+ export * as String from "./String.mjs";
10
+ export * as Union from "./Union.mjs";
21
11
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":["Any","Boolean","Function","Intersection","Iteration","List","Number","Object","String","Union"],"sources":["../esm/index.js"],"sourcesContent":["export * as Any from \"./Any.js\";\nexport * as Boolean from \"./Boolean.js\";\nexport * as Function from \"./Function.js\";\nexport * as Intersection from \"./Intersection.js\";\nexport * as Iteration from \"./Iteration.js\";\nexport * as List from \"./List.js\";\nexport * as Number from \"./Number.js\";\nexport * as Object from \"./Object.js\";\nexport * as String from \"./String.js\";\nexport * as Union from \"./Union.js\";\n"],"mappings":"sBAAqB,W;iBAATA,G;0BACa,e;qBAAbC,O;2BACc,gB;sBAAdC,Q;+BACkB,oB;0BAAlBC,Y;4BACe,iB;uBAAfC,S;uBACU,Y;kBAAVC,I;yBACY,c;oBAAZC,M;yBACY,c;oBAAZC,M;yBACY,c;oBAAZC,M;wBACW,a;mBAAXC,K"}
1
+ {"version":3,"file":"index.mjs","names":["Any","Boolean","Function","Intersection","Iteration","List","Number","Object","String","Union"],"sources":["../esm/index.js"],"sourcesContent":["export * as Any from \"./Any.js\";\nexport * as Boolean from \"./Boolean.js\";\nexport * as Function from \"./Function.js\";\nexport * as Intersection from \"./Intersection.js\";\nexport * as Iteration from \"./Iteration.js\";\nexport * as List from \"./List.js\";\nexport * as Number from \"./Number.js\";\nexport * as Object from \"./Object.js\";\nexport * as String from \"./String.js\";\nexport * as Union from \"./Union.js\";\n"],"mappings":"AAAA,OAAO,KAAKA,GAAZ,MAAqB,WAArB;AACA,OAAO,KAAKC,OAAZ,MAAyB,eAAzB;AACA,OAAO,KAAKC,QAAZ,MAA0B,gBAA1B;AACA,OAAO,KAAKC,YAAZ,MAA8B,oBAA9B;AACA,OAAO,KAAKC,SAAZ,MAA2B,iBAA3B;AACA,OAAO,KAAKC,IAAZ,MAAsB,YAAtB;AACA,OAAO,KAAKC,MAAZ,MAAwB,cAAxB;AACA,OAAO,KAAKC,MAAZ,MAAwB,cAAxB;AACA,OAAO,KAAKC,MAAZ,MAAwB,cAAxB;AACA,OAAO,KAAKC,KAAZ,MAAuB,aAAvB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fncts/typelevel",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "exports": {
5
5
  "./*": {
6
6
  "import": "./_mjs/*.mjs",