0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 01:44:26 -05:00
deno/std/node/README.md

8 lines
291 B
Markdown
Raw Normal View History

2019-11-12 21:51:14 +01:00
# 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.