UNPKG

358 BPlain TextView Raw
1import * as path from "path";
2import * as os from "os";
3export { localIP } from "./utils";
4export const CPUS = os.cpus().length;
5
6export const HASH_LEN = 8;
7export const MODULE_PATH = path.resolve(__dirname, "../node_modules");
8export const SRC_PATH = path.resolve(__dirname, "../src");
9export const ROOT_PATH = __dirname;
10export const HOME_DIR = ".ezpack";