blob: e6297ca1627dcf685168784b708bc8447fbd2760 (
plain)
1
2
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";
|