bluebird-ts

Wrapper for Bluebird that allows one to use the typings typing

Usage no npm install needed!

<script type="module">
  import bluebirdTs from 'https://cdn.skypack.dev/bluebird-ts';
</script>

README

A small wrapper TypeScript wrapper of Bluebird

Requirements

  • TypeScript v2.0.0+

Installation

npm install bluebird-ts --save

Consumption

import * as R from 'bluebird-ts';

Reference

The types originate from types/npm-bluebird

License

MIT