mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-12 05:31:41 +00:00
update
This commit is contained in:
9
node_modules/detective-postcss/dist/index.d.ts
generated
vendored
Normal file
9
node_modules/detective-postcss/dist/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
declare function detective(src: any, options?: detective.Options): any[];
|
||||
declare namespace detective {
|
||||
interface Options {
|
||||
url: boolean;
|
||||
}
|
||||
class MalformedCssError {
|
||||
}
|
||||
}
|
||||
export = detective;
|
Reference in New Issue
Block a user