summaryrefslogtreecommitdiff
path: root/std/node/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/README.md')
-rw-r--r--std/node/README.md7
1 files changed, 7 insertions, 0 deletions
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.