0.0.13 • Published 1 year ago
@dsy401/promisy v0.0.13
Promisy
Promisy is a dependency-free Javascript/Typescript library that provides Lodash-like utility functions for dealing with promise
Version
Node Version >= 16
Installation
$ npm install @dsy401/promisy
OR
$ yarn add @dsy401/promisy
Usage Example
Javascript
var Promisy = require('@dsy401/promisy')
Alternatively in ES6
import * as Promisy from "@dsy401/promisy";
If that ES6 import doesn't work
import Promisy from "@dsy401/promisy";
Test
$ npm test
OR
$ yarn test