We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af38f36 commit 1f870d2Copy full SHA for 1f870d2
package.json
@@ -1,6 +1,7 @@
1
{
2
"name": "@leanmind/monads",
3
"main": "dist/index.js",
4
+ "module": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"version": "0.0.0-semantically-released",
7
"description": "A collection of monads implemented in TypeScript using object-oriented programming.",
0 commit comments