Skip to main content
Module

x/dos/mod.ts

Os info for deno
Latest
File
import systemPaths from "./os/systemPaths.ts";import systemInfo from "./os/systemInfo.ts";const os = { ...systemPaths, ...systemInfo,};
export default os;