UNPKG

@jsoldi/hkt

Version:

Higher kinded types for typescript and a few utility monads.

27 lines (26 loc) 539 B
{ "type": "module", "name": "@jsoldi/hkt", "version": "1.9.12", "description": "Higher kinded types for typescript and a few utility monads.", "main": "./dist/index.js", "repository": { "type": "git", "url": "https://github.com/jsoldi/hkt" }, "keywords": [ "hkt", "higher kinded types", "monad", "typescript" ], "scripts": { "node": "npx tsc && node ./dist/test.js", "bun": "npx tsc && bun ./dist/test.js" }, "files": [ "dist" ], "author": "Juan Soldi", "license": "ISC" }