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.

6 lines (5 loc) 233 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);