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) 138 B
#!/usr/bin/env node import { Arguments } from "./arguments"; import { CLIHandler } from "./cli-handler"; new CLIHandler(Arguments);