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