UNPKG

@freelight-software/dont-throw

Version:

Result based function returns that prevent any exceptions from being thrown.

53 lines 1.13 kB
{ "name": "@freelight-software/dont-throw", "version": "0.1.1", "description": "Result based function returns that prevent any exceptions from being thrown.", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Freelight-Software/dont-throw" }, "author": "Marley Mulvin Broome", "contributors": [ { "name": "Marley Mulvin Broome", "email": "marley@freelight-software.com" } ], "keywords": [ "result", "typescript", "error-handling", "safe", "no-throw", "dont-throw", "freelight", "functional", "try-catch", "rust" ], "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "test": "vitest", "lint": "biome check", "lint:fix": "biome check --write", "build": "tsup", "prepublish": "npm run build" }, "devDependencies": { "@biomejs/biome": "2.0.6", "@types/node": "^24.0.10", "tsup": "^8.5.0", "typescript": "^5.8.3", "vitest": "^3.2.4" } }