UNPKG

exexcepturi

Version:

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

6 lines (4 loc) 148 B
export const CLI_ERROR_PREFIX = "CssToTs"; export function EmitError(message: string) { console.log(`${CLI_ERROR_PREFIX}: ${message}`); }