JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1282678
  • Score
    100M100P100Q195395F
  • License MIT

Tool to wrap functions with Node style APIs

Package Exports

  • denodeify

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (denodeify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

denodeify Codeship Status for matthew-andrews/denodeify

Takes a function with node style API and makes it return a Promise.

Warning: Assumes Promise defined in global scope.