UNPKG

lit-analyzer

Version:

CLI that type checks bindings in lit-html templates

8 lines 362 B
import { LitAnalyzerCliConfig } from "./lit-analyzer-cli-config.js"; /** * Executes the configuration and returns a boolean indicating if the command ran successfully. * @param globs * @param cliConfig */ export declare function analyzeCommand(globs: string[], cliConfig: LitAnalyzerCliConfig): Promise<boolean>; //# sourceMappingURL=analyze-command.d.ts.map