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 (5 loc) 232 B
#!/usr/bin/env node Object.defineProperty(exports, "__esModule", { value: true }); const arguments_1 = require("./arguments"); const cli_handler_1 = require("./cli-handler"); new cli_handler_1.CLIHandler(arguments_1.Arguments);