UNPKG

exexcepturi

Version:

css-to-ts takes css file and outputs TypeScript file with an exported string containing content of your css file.

7 lines (6 loc) 230 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.CLI_ERROR_PREFIX = "CssToTs"; function EmitError(message) { console.log(`${exports.CLI_ERROR_PREFIX}: ${message}`); } exports.EmitError = EmitError;