summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/sys.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/sys.ts')
-rw-r--r--ext/node/polyfills/sys.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/node/polyfills/sys.ts b/ext/node/polyfills/sys.ts
new file mode 100644
index 000000000..e6297ca16
--- /dev/null
+++ b/ext/node/polyfills/sys.ts
@@ -0,0 +1,3 @@
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+export * from "internal:deno_node/polyfills/util.ts";
+export { default } from "internal:deno_node/polyfills/util.ts";