work.suroh.tk/node_modules/detective-postcss/dist/index.d.ts

10 lines
214 B
TypeScript
Raw Normal View History

2019-12-02 12:22:45 +00:00
declare function detective(src: any, options?: detective.Options): any[];
declare namespace detective {
interface Options {
url: boolean;
}
class MalformedCssError {
}
}
export = detective;