mirror of
https://github.com/denoland/deno.git
synced 2024-11-04 08:54:20 -05:00
.. | ||
testdata | ||
_utils.ts | ||
fs.ts | ||
fs_test.ts | ||
process.ts | ||
process_test.ts | ||
README.md | ||
util.ts | ||
util_test.ts |
Deno Node compatibility
This module is meant to have a compatibility layer for the nodeJS standard library.
Warning : Any function of this module should not be referred anywhere in the deno standard library as it's a compatiblity module.