UNPKG

mort-css

Version:

Dead CSS detection

9 lines (6 loc) 207 B
import { Printer } from "../printer"; interface IGrep { run(cssFilePath: string, searchOnly: string, printer: Printer | null): any[]; call(selector: string, path: string): any; } export { IGrep };