diff options
Diffstat (limited to 'ext/node/polyfills/sys.ts')
-rw-r--r-- | ext/node/polyfills/sys.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/sys.ts b/ext/node/polyfills/sys.ts index 73c419343..4ee112cae 100644 --- a/ext/node/polyfills/sys.ts +++ b/ext/node/polyfills/sys.ts @@ -1,3 +1,3 @@ -// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license. +// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. export * from "node:util"; export { default } from "node:util"; |