This package has been deprecated

Author message:

Prefer https://npm.im/~deno

deno.ns
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

deno.ns

Deno namespace shim for Node.js.

See PROGRESS.md

Usage

const {
  alert,
  Blob,
  confirm,
  crypto,
  Deno,
  fetch,
  File,
  FormData,
  Headers,
  prompt,
  Request,
  Response,
} = require("deno.ns");

or node --require=deno.ns/global <denoBundleOutput>,

or https://github.com/wojpawlik/deno2node#shimming.

Contributing

Right now, you can help by enabling a test file, making tests pass, and skipping unsatisfiable tests.

Please set up pre-commit hook:

$ git config core.hooksPath tools/hooks

Acknowledgements

Special thanks to the @fromdeno organization for starting this project and for their contributions—specifically @wojpawlik, @MKRhere, and @trgwii.

Package Sidebar

Install

npm i deno.ns

Weekly Downloads

3

Version

0.8.0

License

MIT

Unpacked Size

246 kB

Total Files

118

Last publish

Collaborators

  • trgwii
  • wojpawlik
  • mkrhere
  • ry
  • kt3k
  • dsherret