functype 0.14.2 → 0.14.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/dist/{Either-BSiHxaKK.d.ts → Either-DpoF3l-y.d.ts} +4 -1
- package/dist/{chunk-E23BUTN4.mjs → chunk-GMC6UNBM.mjs} +2 -2
- package/dist/chunk-GMC6UNBM.mjs.map +1 -0
- package/dist/do/index.d.ts +2 -2
- package/dist/do/index.mjs +1 -1
- package/dist/either/index.d.ts +1 -1
- package/dist/either/index.mjs +1 -1
- package/dist/fpromise/index.d.ts +1 -1
- package/dist/fpromise/index.mjs +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/list/index.d.ts +1 -1
- package/dist/list/index.mjs +1 -1
- package/dist/map/index.d.ts +1 -1
- package/dist/map/index.mjs +1 -1
- package/dist/option/index.d.ts +1 -1
- package/dist/option/index.mjs +1 -1
- package/dist/set/index.d.ts +1 -1
- package/dist/set/index.mjs +1 -1
- package/dist/try/index.d.ts +1 -1
- package/dist/try/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-E23BUTN4.mjs.map +0 -1
package/dist/do/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { O as Option, E as Either, L as List, T as Try, z as Reshapeable, e as DoProtocol } from '../Either-
|
|
2
|
-
export { D as DO_PROTOCOL, d as DO_PROTOCOL_TYPE, a as DoResult } from '../Either-
|
|
1
|
+
import { O as Option, E as Either, L as List, T as Try, z as Reshapeable, e as DoProtocol } from '../Either-DpoF3l-y.js';
|
|
2
|
+
export { D as DO_PROTOCOL, d as DO_PROTOCOL_TYPE, a as DoResult } from '../Either-DpoF3l-y.js';
|
|
3
3
|
import '../Typeable-CitTP1ay.js';
|
|
4
4
|
|
|
5
5
|
/**
|
package/dist/do/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{P as $,a as DO_PROTOCOL,L as Do,M as DoAsync,S as EmptyListError,T as FailureError,R as LeftError,Q as NoneError,N as isDoCapable,O as unwrap}from'../chunk-
|
|
1
|
+
export{P as $,a as DO_PROTOCOL,L as Do,M as DoAsync,S as EmptyListError,T as FailureError,R as LeftError,Q as NoneError,N as isDoCapable,O as unwrap}from'../chunk-GMC6UNBM.mjs';import'../chunk-BQJB6CCW.mjs';import'../chunk-YBBRJTHY.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/either/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { E as Either, g as Left, R as Right, f as TestEither, k as TypeCheckLeft, j as TypeCheckRight, h as isLeft, i as isRight, t as tryCatch, l as tryCatchAsync } from '../Either-
|
|
1
|
+
export { E as Either, g as Left, R as Right, f as TestEither, k as TypeCheckLeft, j as TypeCheckRight, h as isLeft, i as isRight, t as tryCatch, l as tryCatchAsync } from '../Either-DpoF3l-y.js';
|
|
2
2
|
import '../Typeable-CitTP1ay.js';
|
package/dist/either/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{u as Either,n as Left,m as Right,s as TypeCheckLeft,r as TypeCheckRight,p as isLeft,o as isRight,q as tryCatch,t as tryCatchAsync}from'../chunk-
|
|
1
|
+
export{u as Either,n as Left,m as Right,s as TypeCheckLeft,r as TypeCheckRight,p as isLeft,o as isRight,q as tryCatch,t as tryCatchAsync}from'../chunk-GMC6UNBM.mjs';import'../chunk-BQJB6CCW.mjs';import'../chunk-YBBRJTHY.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/fpromise/index.d.ts
CHANGED
package/dist/fpromise/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{X as FPromise,W as FPromiseCompanion}from'../chunk-
|
|
1
|
+
export{X as FPromise,W as FPromiseCompanion}from'../chunk-GMC6UNBM.mjs';import'../chunk-BQJB6CCW.mjs';import'../chunk-YBBRJTHY.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Brand } from './branded/index.js';
|
|
2
2
|
export { BrandedBoolean, BrandedNumber, BrandedString, ExtractBrand, Unbrand, createBrander, hasBrand, unbrand } from './branded/index.js';
|
|
3
|
-
import { L as List, O as Option, E as Either, D as DO_PROTOCOL, a as DoResult, T as Try, F as FunctypeBase, b as Extractable, c as Traversable, M as Matchable } from './Either-
|
|
4
|
-
export { A as Applicative, w as AsyncMonad, C as Collection, u as CollectionOps, v as ContainerOps, d as DO_PROTOCOL_TYPE, e as DoProtocol, x as Functor, n as Functype, o as FunctypeCollection, g as Left, p as MatchableUtils, y as Monad, N as None, q as OptionConstructor, P as Promisable, R as Right, r as Set, S as Some, f as TestEither, k as TypeCheckLeft, j as TypeCheckRight, s as TypeNames, m as isExtractable, h as isLeft, i as isRight, t as tryCatch, l as tryCatchAsync } from './Either-
|
|
3
|
+
import { L as List, O as Option, E as Either, D as DO_PROTOCOL, a as DoResult, T as Try, F as FunctypeBase, b as Extractable, c as Traversable, M as Matchable } from './Either-DpoF3l-y.js';
|
|
4
|
+
export { A as Applicative, w as AsyncMonad, C as Collection, u as CollectionOps, v as ContainerOps, d as DO_PROTOCOL_TYPE, e as DoProtocol, x as Functor, n as Functype, o as FunctypeCollection, g as Left, p as MatchableUtils, y as Monad, N as None, q as OptionConstructor, P as Promisable, R as Right, r as Set, S as Some, f as TestEither, k as TypeCheckLeft, j as TypeCheckRight, s as TypeNames, m as isExtractable, h as isLeft, i as isRight, t as tryCatch, l as tryCatchAsync } from './Either-DpoF3l-y.js';
|
|
5
5
|
import { T as Type, F as Foldable, P as Pipe, S as Serializable, a as Typeable } from './Typeable-CitTP1ay.js';
|
|
6
6
|
export { E as ExtractTag, b as SerializationMethods, c as TypeableParams, i as isTypeable } from './Typeable-CitTP1ay.js';
|
|
7
7
|
import { FPromise } from './fpromise/index.js';
|
package/dist/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{P as $,K as Base,F as BoundedNumber,G as BoundedString,I as Cond,a as DO_PROTOCOL,L as Do,M as DoAsync,pa as ESMap,u as Either,B as EmailAddress,S as EmptyListError,aa as Err,X as FPromise,W as FPromiseCompanion,T as FailureError,la as FoldableUtils,ma as HKT,E as ISO8601Date,na as Identity,y as IntegerNumber,oa as Lazy,h as LazyList,n as Left,R as LeftError,l as List,qa as Map,J as Match,ra as MatchableUtils,U as NAME,A as NonEmptyString,x as NonNegativeNumber,c as None,Q as NoneError,$ as Ok,e as Option,d as OptionConstructor,ha as ParseError,H as PatternString,z as PositiveInteger,w as PositiveNumber,g as Ref,m as Right,f as Set,b as Some,sa as Stack,ca as Task,Z as TaskFailure,_ as TaskSuccess,V as Throwable,i as Try,s as TypeCheckLeft,r as TypeCheckRight,j as Typeable,ia as TypedError,D as UUID,C as UrlString,v as ValidatedBrand,ja as Validation,ta as Valuable,ba as createCancellationTokenSource,ga as createErrorSerializer,fa as formatError,ea as formatStackTrace,N as isDoCapable,ka as isExtractable,p as isLeft,o as isRight,Y as isTaggedThrowable,k as isTypeable,da as safeStringify,q as tryCatch,t as tryCatchAsync,O as unwrap}from'./chunk-
|
|
1
|
+
export{P as $,K as Base,F as BoundedNumber,G as BoundedString,I as Cond,a as DO_PROTOCOL,L as Do,M as DoAsync,pa as ESMap,u as Either,B as EmailAddress,S as EmptyListError,aa as Err,X as FPromise,W as FPromiseCompanion,T as FailureError,la as FoldableUtils,ma as HKT,E as ISO8601Date,na as Identity,y as IntegerNumber,oa as Lazy,h as LazyList,n as Left,R as LeftError,l as List,qa as Map,J as Match,ra as MatchableUtils,U as NAME,A as NonEmptyString,x as NonNegativeNumber,c as None,Q as NoneError,$ as Ok,e as Option,d as OptionConstructor,ha as ParseError,H as PatternString,z as PositiveInteger,w as PositiveNumber,g as Ref,m as Right,f as Set,b as Some,sa as Stack,ca as Task,Z as TaskFailure,_ as TaskSuccess,V as Throwable,i as Try,s as TypeCheckLeft,r as TypeCheckRight,j as Typeable,ia as TypedError,D as UUID,C as UrlString,v as ValidatedBrand,ja as Validation,ta as Valuable,ba as createCancellationTokenSource,ga as createErrorSerializer,fa as formatError,ea as formatStackTrace,N as isDoCapable,ka as isExtractable,p as isLeft,o as isRight,Y as isTaggedThrowable,k as isTypeable,da as safeStringify,q as tryCatch,t as tryCatchAsync,O as unwrap}from'./chunk-GMC6UNBM.mjs';export{a as Companion,b as Tuple}from'./chunk-BQJB6CCW.mjs';export{a as Brand,g as BrandedBoolean,f as BrandedNumber,e as BrandedString,d as createBrander,c as hasBrand,b as unbrand}from'./chunk-YBBRJTHY.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/list/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { L as List } from '../Either-
|
|
1
|
+
export { L as List } from '../Either-DpoF3l-y.js';
|
|
2
2
|
import '../Typeable-CitTP1ay.js';
|
package/dist/list/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{l as List}from'../chunk-
|
|
1
|
+
export{l as List}from'../chunk-GMC6UNBM.mjs';import'../chunk-BQJB6CCW.mjs';import'../chunk-YBBRJTHY.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/map/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as Traversable, C as Collection, O as Option } from '../Either-
|
|
1
|
+
import { c as Traversable, C as Collection, O as Option } from '../Either-DpoF3l-y.js';
|
|
2
2
|
import { a as Typeable, S as Serializable, P as Pipe, F as Foldable, T as Type } from '../Typeable-CitTP1ay.js';
|
|
3
3
|
import { Tuple } from '../tuple/index.js';
|
|
4
4
|
|
package/dist/map/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{qa as Map}from'../chunk-
|
|
1
|
+
export{qa as Map}from'../chunk-GMC6UNBM.mjs';import'../chunk-BQJB6CCW.mjs';import'../chunk-YBBRJTHY.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/option/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { N as None, O as Option, q as OptionConstructor, S as Some } from '../Either-
|
|
1
|
+
export { N as None, O as Option, q as OptionConstructor, S as Some } from '../Either-DpoF3l-y.js';
|
|
2
2
|
import '../Typeable-CitTP1ay.js';
|
package/dist/option/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{c as None,e as Option,d as OptionConstructor,b as Some}from'../chunk-
|
|
1
|
+
export{c as None,e as Option,d as OptionConstructor,b as Some}from'../chunk-GMC6UNBM.mjs';import'../chunk-BQJB6CCW.mjs';import'../chunk-YBBRJTHY.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/set/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { r as Set } from '../Either-
|
|
1
|
+
export { r as Set } from '../Either-DpoF3l-y.js';
|
|
2
2
|
import '../Typeable-CitTP1ay.js';
|
package/dist/set/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{f as Set}from'../chunk-
|
|
1
|
+
export{f as Set}from'../chunk-GMC6UNBM.mjs';import'../chunk-BQJB6CCW.mjs';import'../chunk-YBBRJTHY.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/dist/try/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { T as Try, s as TypeNames } from '../Either-
|
|
1
|
+
export { T as Try, s as TypeNames } from '../Either-DpoF3l-y.js';
|
|
2
2
|
import '../Typeable-CitTP1ay.js';
|
package/dist/try/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export{i as Try}from'../chunk-
|
|
1
|
+
export{i as Try}from'../chunk-GMC6UNBM.mjs';import'../chunk-BQJB6CCW.mjs';import'../chunk-YBBRJTHY.mjs';//# sourceMappingURL=index.mjs.map
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|