npm.io
14.0.0 • Published 8 months ago

zeelib

Licence
MIT
Version
14.0.0
Deps
0
Size
273 kB
Vulns
0
Weekly
0
Stars
5

zeelib

Utility library in TypeScript, with a focus on Node and FP utils and emphasis on not rewriting builtin features.


Installation

npm i zeelib

Usage

See the docs for details (generated from types and comments). Example:

import * as z from 'zeelib'

const answer = await z.prompt('Pick a letter')
if (z.isEmpty(answer)) process.exit(1)