deno
A bridge to 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