1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-28 18:19:08 -05:00
denoland-deno/std/node
2019-11-12 15:51:14 -05:00
..
testdata feat: std/node (#3319) 2019-11-12 15:51:14 -05:00
_utils.ts feat: std/node (#3319) 2019-11-12 15:51:14 -05:00
fs.ts feat: std/node (#3319) 2019-11-12 15:51:14 -05:00
fs_test.ts feat: std/node (#3319) 2019-11-12 15:51:14 -05:00
README.md feat: std/node (#3319) 2019-11-12 15:51:14 -05:00
util.ts feat: std/node (#3319) 2019-11-12 15:51:14 -05:00
util_test.ts feat: std/node (#3319) 2019-11-12 15:51:14 -05:00

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.