UNPKG

generate-license-file

Version:

Generates a text file containing all of the licenses for your production dependencies

8 lines 314 B
"use strict"; // istanbul ignore file Object.defineProperty(exports, "__esModule", { value: true }); exports.execAsync = void 0; const child_process_1 = require("child_process"); const util_1 = require("util"); exports.execAsync = (0, util_1.promisify)(child_process_1.exec); //# sourceMappingURL=exec.utils.js.map