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