UNPKG

mort-css

Version:

Dead CSS detection

13 lines 309 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const { execSync } = require("child_process"); class Program { isExecutable(program) { return true; } getLastExitCode() { return 127; } } exports.Program = Program; //# sourceMappingURL=program.js.map