UNPKG

qqjs

Version:

useful functions for writing node scripts

15 lines (14 loc) 595 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const config = require("./config"); exports.config = config; exports.env = process.env; tslib_1.__exportStar(require("./exec"), exports); tslib_1.__exportStar(require("./fs"), exports); tslib_1.__exportStar(require("./http"), exports); tslib_1.__exportStar(require("./json"), exports); tslib_1.__exportStar(require("./log"), exports); tslib_1.__exportStar(require("./node"), exports); tslib_1.__exportStar(require("./path"), exports); tslib_1.__exportStar(require("./run"), exports);