functype 0.20.2 → 0.40.0
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/README.md +8 -15
- package/README.processed.md +2 -11
- package/dist/{Brand-B-0nKo7I.d.ts → Brand-BPeggBaO.d.ts} +16 -16
- package/dist/{Tuple-CKxIyX7l.d.ts → Tuple-C4maYbiO.d.ts} +8 -8
- package/dist/branded/index.d.ts +1 -1
- package/dist/cli/index.js +6 -6
- package/dist/cli/index.js.map +1 -1
- package/dist/do/index.d.ts +3 -3
- package/dist/do/index.js +1 -1
- package/dist/either/index.d.ts +3 -3
- package/dist/either/index.js +1 -1
- package/dist/fpromise/index.d.ts +3 -3
- package/dist/fpromise/index.js +1 -1
- package/dist/{index-Bnjlo4cT.d.ts → index-Bn_yRBx8.d.ts} +1697 -341
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/list/index.d.ts +3 -3
- package/dist/list/index.js +1 -1
- package/dist/map/index.d.ts +3 -3
- package/dist/map/index.js +1 -1
- package/dist/option/index.d.ts +3 -3
- package/dist/option/index.js +1 -1
- package/dist/set/index.d.ts +3 -3
- package/dist/set/index.js +1 -1
- package/dist/src-JcsaR9MX.js +20 -0
- package/dist/src-JcsaR9MX.js.map +1 -0
- package/dist/try/index.d.ts +3 -3
- package/dist/try/index.js +1 -1
- package/dist/tuple/index.d.ts +1 -1
- package/package.json +11 -5
- package/dist/src-BOxI0-73.js +0 -20
- package/dist/src-BOxI0-73.js.map +0 -1
package/dist/either/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../Brand-
|
|
2
|
-
import { S as tryCatchAsync, _ as TypeCheckLeft, b as isRight, g as TestEither, h as Right, m as Left, p as Either, v as TypeCheckRight, x as tryCatch, y as isLeft } from "../index-
|
|
3
|
-
import "../Tuple-
|
|
1
|
+
import "../Brand-BPeggBaO.js";
|
|
2
|
+
import { S as tryCatchAsync, _ as TypeCheckLeft, b as isRight, g as TestEither, h as Right, m as Left, p as Either, v as TypeCheckRight, x as tryCatch, y as isLeft } from "../index-Bn_yRBx8.js";
|
|
3
|
+
import "../Tuple-C4maYbiO.js";
|
|
4
4
|
export { Either, Left, Right, TestEither, TypeCheckLeft, TypeCheckRight, isLeft, isRight, tryCatch, tryCatchAsync };
|
package/dist/either/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../Brand-Cfr5zy8F.js";import"../Tuple-CgX4p79w.js";import{
|
|
1
|
+
import"../Brand-Cfr5zy8F.js";import"../Tuple-CgX4p79w.js";import{_t as e,dt as t,ft as n,gt as r,ht as i,lt as a,mt as o,pt as s,ut as c}from"../src-JcsaR9MX.js";export{a as Either,c as Left,t as Right,n as TypeCheckLeft,s as TypeCheckRight,o as isLeft,i as isRight,r as tryCatch,e as tryCatchAsync};
|
package/dist/fpromise/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "../Brand-
|
|
2
|
-
import {
|
|
3
|
-
import "../Tuple-
|
|
1
|
+
import "../Brand-BPeggBaO.js";
|
|
2
|
+
import { cn as ErrorContext, ln as FPromise, un as FPromiseCompanion } from "../index-Bn_yRBx8.js";
|
|
3
|
+
import "../Tuple-C4maYbiO.js";
|
|
4
4
|
export { ErrorContext, FPromise, FPromiseCompanion };
|
package/dist/fpromise/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import"../Brand-Cfr5zy8F.js";import"../Tuple-CgX4p79w.js";import{
|
|
1
|
+
import"../Brand-Cfr5zy8F.js";import"../Tuple-CgX4p79w.js";import{H as e,U as t}from"../src-JcsaR9MX.js";export{e as FPromise,t as FPromiseCompanion};
|