UNPKG

@proem/some

Version:

Proem package for handling possibly null values

37 lines (36 loc) 839 B
{ "name": "@proem/some", "version": "0.0.23", "description": "Proem package for handling possibly null values", "keywords": [ "null", "ts", "typescript", "some", "maybe", "proem" ], "author": "Joni Katajamäki <joni.katajamaki@gmail.com>", "homepage": "https://github.com/wunderdogsw/proem", "license": "MIT", "main": "lib/index.cjs.js", "module": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/wunderdogsw/proem.git" }, "scripts": { "test": "echo \"Error: run tests from root\" && exit 1" }, "bugs": { "url": "https://github.com/wunderdogsw/proem/issues" }, "gitHead": "9646c0bea1c1d18d291f3c60506774c4cce585ce" }