UNPKG

228 BTypeScriptView Raw
1declare function detective(src: any, options?: detective.Options): any[];
2declare namespace detective {
3 interface Options {
4 url: boolean;
5 }
6 class MalformedCssError extends Error {
7 }
8}
9export = detective;