feat(std/node): consistent Node.js builtin shapes (#8274)

This commit is contained in:
Guy Bedford 2020-11-09 06:25:13 -08:00 committed by GitHub
parent 293cae5e1f
commit 8b7f5531ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 1900 additions and 1843 deletions

View file

@ -1,2 +1,4 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
export * from "../path/mod.ts";
import * as m from "../path/mod.ts";
export default m;