deno

0.1.1 • Public • Published

deno

A bridge to Deno.

total downloads of deno deno's License latest version of deno

If links in this document not available, please access the README on GitHub directly.

This package is designed to help developers experience functions of Deno in Node.js.

What is Deno? According to deno.land:

A secure JavaScript/TypeScript runtime ...

ATTENTION: This package is NOT an official distribution of deno.land. It is suggested to access Deno's homepage if you are seeking an official binary. And, I should show my appreciation of Ryan's great work on Deno.

Since v0.1.0, the package begins to follow Deno v1.7.5+ .

Get Started

const Deno = require('deno');

// Display build info.
console.log(Deno.build);

Links

API

ATTENTION: Although this module deno tries to imitate behaviors of real Deno, the two are different things.

Here are available features and standard modules:
view on single page

Reference

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i deno

    Weekly Downloads

    443

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    23.5 kB

    Total Files

    32

    Last publish

    Collaborators

    • youngoat