UNPKG

svg-color-linter

Version:

Linting tool to check if SVG files use only colors of a given color palette

3 lines (2 loc) 121 B
declare const printResults: (filePatterns: string[], configFilePath: string) => Promise<never>; export { printResults };