Skip to content

YounGoat/nodejs.deno

Repository files navigation

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]1 in Node.js.

What is [Deno]1? 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]1 if you are seeking an official binary. And, I should show my appreciation of Ryan's great work on [Deno]1.

Get Started

const Deno = require('deno');

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

API

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

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

Reference

Footnotes

  1. https://deno.land/ 2 3 4 5