UNPKG

exexcepturi

Version:

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

3 lines (2 loc) 111 B
export declare const CLI_ERROR_PREFIX = "CssToTs"; export declare function EmitError(message: string): void;