From ee1b8dc883db1531d913f7b10a8d1160f3209d93 Mon Sep 17 00:00:00 2001 From: Vincent LE GOFF Date: Tue, 12 Nov 2019 21:51:14 +0100 Subject: feat: std/node (#3319) --- std/node/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 std/node/README.md (limited to 'std/node/README.md') diff --git a/std/node/README.md b/std/node/README.md new file mode 100644 index 000000000..6d363a11d --- /dev/null +++ b/std/node/README.md @@ -0,0 +1,7 @@ +# Deno Node compatibility + +This module is meant to have a compatibility layer for the +[nodeJS standard library](https://nodejs.org/docs/latest-v12.x/api/). + +**Warning** : Any function of this module should not be referred anywhere in the +deno standard library as it's a compatiblity module. -- cgit v1.2.3