UNPKG

take-until

Version:

Take elements from an array or string until a condition is met

20 lines (19 loc) 416 B
{ "name": "take-until", "description": "Take elements from an array or string until a condition is met", "version": "0.1.0", "keywords": ["take", "takeUntil"], "repository": { "url": "git://github.com/jb55/take-until.git" }, "main": "index.js", "scripts": { "test": "make test" }, "dependencies": {}, "devDependencies": { "mocha": "*", "should": "*", "make-test": "*" } }