functype 0.8.3 → 0.8.4
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/dist/chunk-2ML63TYF.mjs +0 -0
- package/dist/chunk-K3EKBPQE.js +1 -0
- package/dist/collections/index.d.mts +2 -1
- package/dist/collections/index.d.ts +2 -1
- package/dist/either/Either.d.mts +2 -1
- package/dist/either/Either.d.ts +2 -1
- package/dist/identity/Identity.js +1 -1
- package/dist/identity/Identity.mjs +1 -0
- package/dist/{index-8YakfACG.d.ts → index-CVgnoS8m.d.ts} +1 -0
- package/dist/{index-5xp8zYMn.d.mts → index-sX_FBeu-.d.mts} +1 -0
- package/dist/index.d.mts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/iterable/Seq.d.mts +2 -1
- package/dist/iterable/Seq.d.ts +2 -1
- package/dist/iterable/index.d.mts +2 -1
- package/dist/iterable/index.d.ts +2 -1
- package/dist/list/List.d.mts +2 -1
- package/dist/list/List.d.ts +2 -1
- package/dist/map/Map.d.mts +2 -1
- package/dist/map/Map.d.ts +2 -1
- package/dist/option/Option.d.mts +2 -1
- package/dist/option/Option.d.ts +2 -1
- package/dist/set/Set.d.mts +2 -1
- package/dist/set/Set.d.ts +2 -1
- package/dist/try/Try.d.mts +2 -1
- package/dist/try/Try.d.ts +2 -1
- package/dist/util/index.d.mts +2 -1
- package/dist/util/index.d.ts +2 -1
- package/dist/util/index.js +1 -1
- package/dist/util/index.mjs +1 -1
- package/package.json +1 -1
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { d as Collection, C as Converters } from '../index-
|
|
1
|
+
export { d as Collection, C as Converters } from '../index-sX_FBeu-.mjs';
|
|
2
2
|
import '../functor/index.mjs';
|
|
3
|
+
import '../identity/Identity.mjs';
|
|
3
4
|
import '../tuple/Tuple.mjs';
|
|
4
5
|
import '../typeable/Typeable.mjs';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { d as Collection, C as Converters } from '../index-
|
|
1
|
+
export { d as Collection, C as Converters } from '../index-CVgnoS8m.js';
|
|
2
2
|
import '../functor/index.js';
|
|
3
|
+
import '../identity/Identity.js';
|
|
3
4
|
import '../tuple/Tuple.js';
|
|
4
5
|
import '../typeable/Typeable.js';
|
package/dist/either/Either.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import '../functor/index.mjs';
|
|
2
|
-
export { E as Either, e as Left, R as Right, f as isLeft, i as isRight, t as tryCatch } from '../index-
|
|
2
|
+
export { E as Either, e as Left, R as Right, f as isLeft, i as isRight, t as tryCatch } from '../index-sX_FBeu-.mjs';
|
|
3
3
|
import '../typeable/Typeable.mjs';
|
|
4
|
+
import '../identity/Identity.mjs';
|
|
4
5
|
import '../tuple/Tuple.mjs';
|
package/dist/either/Either.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import '../functor/index.js';
|
|
2
|
-
export { E as Either, e as Left, R as Right, f as isLeft, i as isRight, t as tryCatch } from '../index-
|
|
2
|
+
export { E as Either, e as Left, R as Right, f as isLeft, i as isRight, t as tryCatch } from '../index-CVgnoS8m.js';
|
|
3
3
|
import '../typeable/Typeable.js';
|
|
4
|
+
import '../identity/Identity.js';
|
|
4
5
|
import '../tuple/Tuple.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";
|
|
1
|
+
"use strict";require('../chunk-K3EKBPQE.js');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import"../chunk-2ML63TYF.mjs";
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { AbstractFunctor, ArrayFunctor, ArrayType, Functor, SingleType, Type } from './functor/index.mjs';
|
|
2
|
-
export { E as Either, e as Left, L as List, M as Map, N as None, O as Option, R as Right, a as Seq, b as Set, S as Some, g as Traversable, T as Try, _ as _Iterable_, f as isLeft, i as isRight, t as tryCatch } from './index-
|
|
2
|
+
export { E as Either, e as Left, L as List, M as Map, N as None, O as Option, R as Right, a as Seq, b as Set, S as Some, g as Traversable, T as Try, _ as _Iterable_, f as isLeft, i as isRight, t as tryCatch } from './index-sX_FBeu-.mjs';
|
|
3
|
+
export { Identity } from './identity/Identity.mjs';
|
|
3
4
|
export { Tuple } from './tuple/Tuple.mjs';
|
|
4
5
|
export { Typeable } from './typeable/Typeable.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { AbstractFunctor, ArrayFunctor, ArrayType, Functor, SingleType, Type } from './functor/index.js';
|
|
2
|
-
export { E as Either, e as Left, L as List, M as Map, N as None, O as Option, R as Right, a as Seq, b as Set, S as Some, g as Traversable, T as Try, _ as _Iterable_, f as isLeft, i as isRight, t as tryCatch } from './index-
|
|
2
|
+
export { E as Either, e as Left, L as List, M as Map, N as None, O as Option, R as Right, a as Seq, b as Set, S as Some, g as Traversable, T as Try, _ as _Iterable_, f as isLeft, i as isRight, t as tryCatch } from './index-CVgnoS8m.js';
|
|
3
|
+
export { Identity } from './identity/Identity.js';
|
|
3
4
|
export { Tuple } from './tuple/Tuple.js';
|
|
4
5
|
export { Typeable } from './typeable/Typeable.js';
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunk5O6YELD3js = require('./chunk-5O6YELD3.js');var _chunk6GSI27WUjs = require('./chunk-6GSI27WU.js');require('./chunk-5VTXJIR3.js');var _chunkQ65ZRGZHjs = require('./chunk-Q65ZRGZH.js');var _chunkOXLZ6UIZjs = require('./chunk-OXLZ6UIZ.js');
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunk5O6YELD3js = require('./chunk-5O6YELD3.js');var _chunk6GSI27WUjs = require('./chunk-6GSI27WU.js');require('./chunk-5VTXJIR3.js');require('./chunk-K3EKBPQE.js');var _chunkQ65ZRGZHjs = require('./chunk-Q65ZRGZH.js');var _chunkOXLZ6UIZjs = require('./chunk-OXLZ6UIZ.js');require('./chunk-XORABVON.js');var _chunkBSQMHA7Ajs = require('./chunk-BSQMHA7A.js');var _chunkN3GTVYCOjs = require('./chunk-N3GTVYCO.js');require('./chunk-3VJERXBP.js');var _chunkAB3QRD66js = require('./chunk-AB3QRD66.js');require('./chunk-BNNK42JC.js');exports.Left = _chunkBSQMHA7Ajs.b; exports.List = _chunkN3GTVYCOjs.b; exports.Map = _chunk6GSI27WUjs.a; exports.None = _chunkAB3QRD66js.b; exports.Option = _chunkAB3QRD66js.c; exports.Right = _chunkBSQMHA7Ajs.a; exports.Seq = _chunkAB3QRD66js.e; exports.Set = _chunkN3GTVYCOjs.a; exports.Some = _chunkAB3QRD66js.a; exports.Try = _chunkQ65ZRGZHjs.a; exports.Tuple = _chunkOXLZ6UIZjs.a; exports.Typeable = _chunk5O6YELD3js.a; exports.isLeft = _chunkBSQMHA7Ajs.d; exports.isRight = _chunkBSQMHA7Ajs.c; exports.tryCatch = _chunkBSQMHA7Ajs.e;
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as l}from"./chunk-V7DKESTM.mjs";import{a as n}from"./chunk-OWW7KOUW.mjs";import"./chunk-377WQNCB.mjs";import{a as i}from"./chunk-JQ7HMWOT.mjs";import{a as b}from"./chunk-2I2NKDFN.mjs";import{a as m,b as
|
|
1
|
+
import{a as l}from"./chunk-V7DKESTM.mjs";import{a as n}from"./chunk-OWW7KOUW.mjs";import"./chunk-377WQNCB.mjs";import"./chunk-2ML63TYF.mjs";import{a as i}from"./chunk-JQ7HMWOT.mjs";import{a as b}from"./chunk-2I2NKDFN.mjs";import"./chunk-V2J3R5IU.mjs";import{a as m,b as x,c as A,d as a,e as B}from"./chunk-PJIXAQSQ.mjs";import{a as p,b as f}from"./chunk-I7TGEFK5.mjs";import"./chunk-HA5XD5KC.mjs";import{a as o,b as r,c as e,e as t}from"./chunk-O7DO2OKU.mjs";import"./chunk-RRAIFS3D.mjs";export{x as Left,f as List,n as Map,r as None,e as Option,m as Right,t as Seq,p as Set,o as Some,i as Try,b as Tuple,l as Typeable,a as isLeft,A as isRight,B as tryCatch};
|
package/dist/iterable/Seq.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { a as Seq, c as createSeq } from '../index-
|
|
1
|
+
export { a as Seq, c as createSeq } from '../index-sX_FBeu-.mjs';
|
|
2
2
|
import '../functor/index.mjs';
|
|
3
|
+
import '../identity/Identity.mjs';
|
|
3
4
|
import '../tuple/Tuple.mjs';
|
|
4
5
|
import '../typeable/Typeable.mjs';
|
package/dist/iterable/Seq.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import '../functor/index.mjs';
|
|
2
|
-
export { a as Seq, _ as _Iterable_ } from '../index-
|
|
2
|
+
export { a as Seq, _ as _Iterable_ } from '../index-sX_FBeu-.mjs';
|
|
3
|
+
import '../identity/Identity.mjs';
|
|
3
4
|
import '../tuple/Tuple.mjs';
|
|
4
5
|
import '../typeable/Typeable.mjs';
|
package/dist/iterable/index.d.ts
CHANGED
package/dist/list/List.d.mts
CHANGED
package/dist/list/List.d.ts
CHANGED
package/dist/map/Map.d.mts
CHANGED
package/dist/map/Map.d.ts
CHANGED
package/dist/option/Option.d.mts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import '../functor/index.mjs';
|
|
2
|
-
export { N as None, O as Option, S as Some } from '../index-
|
|
2
|
+
export { N as None, O as Option, S as Some } from '../index-sX_FBeu-.mjs';
|
|
3
3
|
import '../typeable/Typeable.mjs';
|
|
4
|
+
import '../identity/Identity.mjs';
|
|
4
5
|
import '../tuple/Tuple.mjs';
|
package/dist/option/Option.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import '../functor/index.js';
|
|
2
|
-
export { N as None, O as Option, S as Some } from '../index-
|
|
2
|
+
export { N as None, O as Option, S as Some } from '../index-CVgnoS8m.js';
|
|
3
3
|
import '../typeable/Typeable.js';
|
|
4
|
+
import '../identity/Identity.js';
|
|
4
5
|
import '../tuple/Tuple.js';
|
package/dist/set/Set.d.mts
CHANGED
package/dist/set/Set.d.ts
CHANGED
package/dist/try/Try.d.mts
CHANGED
package/dist/try/Try.d.ts
CHANGED
package/dist/util/index.d.mts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { E as Either } from '../index-
|
|
1
|
+
import { E as Either } from '../index-sX_FBeu-.mjs';
|
|
2
2
|
import { ParseError } from '../error/ParseError.mjs';
|
|
3
3
|
import '../functor/index.mjs';
|
|
4
|
+
import '../identity/Identity.mjs';
|
|
4
5
|
import '../tuple/Tuple.mjs';
|
|
5
6
|
import '../typeable/Typeable.mjs';
|
|
6
7
|
|
package/dist/util/index.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { E as Either } from '../index-
|
|
1
|
+
import { E as Either } from '../index-CVgnoS8m.js';
|
|
2
2
|
import { ParseError } from '../error/ParseError.js';
|
|
3
3
|
import '../functor/index.js';
|
|
4
|
+
import '../identity/Identity.js';
|
|
4
5
|
import '../tuple/Tuple.js';
|
|
5
6
|
import '../typeable/Typeable.js';
|
|
6
7
|
|
package/dist/util/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkBSQMHA7Ajs = require('../chunk-BSQMHA7A.js');require('../chunk-
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkBSQMHA7Ajs = require('../chunk-BSQMHA7A.js');var _chunkE6RS47F7js = require('../chunk-E6RS47F7.js');require('../chunk-N3GTVYCO.js');require('../chunk-3VJERXBP.js');require('../chunk-AB3QRD66.js');require('../chunk-BNNK42JC.js');var a=o=>{let r=parseInt(o,10);return isNaN(r)?_chunkBSQMHA7Ajs.b.call(void 0, _chunkE6RS47F7js.a.call(void 0, `${r}`)):_chunkBSQMHA7Ajs.a.call(void 0, r)};exports.parseNumber = a;
|
package/dist/util/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{a as e,b as t}from"../chunk-PJIXAQSQ.mjs";import"../chunk-
|
|
1
|
+
import{a as e,b as t}from"../chunk-PJIXAQSQ.mjs";import{a as s}from"../chunk-VK5GL6NM.mjs";import"../chunk-I7TGEFK5.mjs";import"../chunk-HA5XD5KC.mjs";import"../chunk-O7DO2OKU.mjs";import"../chunk-RRAIFS3D.mjs";var a=o=>{let r=parseInt(o,10);return isNaN(r)?t(s(`${r}`)):e(r)};export{a as parseNumber};
|