diff options
| author | Vincent LE GOFF <g_n_s@hotmail.fr> | 2019-11-12 21:51:14 +0100 |
|---|---|---|
| committer | Ry Dahl <ry@tinyclouds.org> | 2019-11-12 15:51:14 -0500 |
| commit | ee1b8dc883db1531d913f7b10a8d1160f3209d93 (patch) | |
| tree | 3ba17c471d465555fbffc7aa9027503b901ccc26 /std/node/README.md | |
| parent | 0f33bf68859c162eb3d65ab53a7c71092585e1d1 (diff) | |
feat: std/node (#3319)
Diffstat (limited to 'std/node/README.md')
| -rw-r--r-- | std/node/README.md | 7 |
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. |
