summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/sys.ts
blob: 73c419343780964c4bd3f7c3f68ae41e29dd5157 (plain)
1
2
3
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
export * from "node:util";
export { default } from "node:util";