2.1.7 • Published 5 years ago

@ksryy/p v2.1.7

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Build Status FOSSA Status Known Vulnerabilities Greenkeeper badge

A small promise library, inspired by q

Notice:this library shouldn't be used in browser enviroment unless any further notice. more

Browser Avaliable Feature List

  • fcall
  • pcall

Install

npm i @ksryy/p

To inport the module, you could use CommonJS style

var {fcall,pcall} = require('@ksryy/p');

or ES6 style

import {fcall,pcall} from '@ksryy/p'

for more API use, see the Docs

Contribute

yarn install

or

npm install

to install the dependencies.

/src/p.js is the sourcecode. /p.js is the compiled code (by @babel).

if you want to compile, just run grunt. if you want to run test suite, use jest

License

MIT @ Andy Chen FOSSA Report

FOSSA Status

2.1.7

5 years ago

2.1.6

5 years ago

2.1.5

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago