UNPKG

breakable

Version:

Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.

29 lines (28 loc) 611 B
{ "name": "breakable", "version": "1.0.0", "description": "Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.", "main": "breakable.js", "repository": { "type": "git", "url": "https://github.com/olov/breakable.git" }, "keywords": [ "throw", "try", "catch", "exception", "non-local", "return", "break", "breakable" ], "scripts": { "test": "tap test/*.js" }, "devDependencies": { "tap": "~0.4.4" }, "author": "Olov Lassus <olov.lassus@gmail.com>", "license": "MIT" }