UNPKG

detective-postcss

Version:

Detective to find dependents of CSS (PostCSS dialect)

10 lines (9 loc) 228 B
declare function detective(src: any, options?: detective.Options): any[]; declare namespace detective { interface Options { url: boolean; } class MalformedCssError extends Error { } } export = detective;