0.0.13 • Published 1 year ago

@dsy401/promisy v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

License

MIT

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago