UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

9 lines 263 B
export type CliArguments = { _: string[]; } & Record<string, number | string | boolean>; /** * Parses CLI arguments. * @param args */ export declare function parseCliArguments(args: string[]): CliArguments; //# sourceMappingURL=parse-cli-arguments.d.ts.map