Util lib
npm install zeelibUtility library in TypeScript, with a focus on Node and FP utils and emphasis on
_not_ rewriting builtin features.
* Docs
* npm
* Changes
* Contributing
* License (MIT)
----
npm i zeelib
See the docs for details (generated from
types and comments). Example:
``typescript
import * as z from 'zeelib'
const answer = await z.prompt('Pick a letter')
if (z.isEmpty(answer)) process.exit(1)
``