summaryrefslogtreecommitdiff
path: root/std/node/util.ts
blob: b9239ec5d29848e1d8df86d128303b8bf87cf65b (plain)
1
2
3
4
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
export * from "./_util.ts";
import * as m from "./_util.ts";
export default m;