File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,19 +37,19 @@ npm i typescript-functional-extensions
3737
3838#### Full distributed source
3939
40- < https://unpkg.com/browse/typescript-functional-extensions@1.4 .0/ >
40+ < https://unpkg.com/browse/typescript-functional-extensions@2.0 .0/ >
4141
4242#### ES Modules
4343
4444< https://unpkg.com/typescript-functional-extensions@version/dist/esm/file >
4545
4646Example:
4747
48- < https://unpkg.com/typescript-functional-extensions@1.4 .0/dist/esm/maybe.js >
48+ < https://unpkg.com/typescript-functional-extensions@2.0 .0/dist/esm/maybe.js >
4949
5050``` javascript
5151const { Maybe } = await import (
52- ' https://unpkg.com/typescript-functional-extensions@1.4 .0/dist/esm/maybe.js'
52+ ' https://unpkg.com/typescript-functional-extensions@2.0 .0/dist/esm/maybe.js'
5353);
5454
5555const maybe = Maybe .some (' test' );
@@ -64,12 +64,12 @@ The distributed library is currently not minified. Below are the module sizes wh
6464- maybe.js: 0.81 kb
6565- maybe.utilities.js: 0.27 kb
6666- maybeAsync.js: 0.64 kb
67- - result.js: 1.26 kb
68- - resultAsync.js: 0.75 kb
67+ - result.js: 1.28 kb
68+ - resultAsync.js: 0.76 kb
6969- unit.js: 0.13 kb
7070- utilities.js: 0.27 kb
7171
72- Total: 4.36 kb
72+ Total: 4.39 kb
7373
7474### Core Monads
7575
You can’t perform that action at this time.
0 commit comments