mirror of
https://github.com/denoland/deno.git
synced 2024-10-30 09:08:00 -04:00
8 lines
291 B
Markdown
8 lines
291 B
Markdown
|
# 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.
|