UNPKG

css-to-ts

Version:

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

8 lines (7 loc) 250 B
Object.defineProperty(exports, "__esModule", { value: true }); var VarType; (function (VarType) { VarType["Var"] = "var"; VarType["Let"] = "let"; VarType["Const"] = "const"; })(VarType = exports.VarType || (exports.VarType = {}));