blob: 6d363a11dd55b52a94372a748b031f460b88507c (
plain)
1
2
3
4
5
6
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.
|