Skip to content

DefinitelyTyped <3

Latest
Compare
Choose a tag to compare
@TylorS TylorS released this 19 Oct 22:41
· 17 commits to master since this release

This release sees a full rewrite with TypeScript, meaning better typings for users, and a simplification in maintenance for me.

The help() command has been removed in favor of a built-in --help flag which is more common across alternative solutions, such as commander.js, and more intuitive from feedback of some users.

asStream() has been removed in favor of removing dependencies on most.js and keeping JS native solutions.

asPromise() has been renamed to withPromise to mirror the name withCallback.