We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3707982 commit 51cab11Copy full SHA for 51cab11
index.d.ts
@@ -28,6 +28,7 @@ export declare class CriticalCssError {
28
hasUrl(): boolean;
29
toJSON(): any;
30
get( key: string ): any;
31
+ getType(): string;
32
static fromJSON: ( data: any ) => CriticalCssError;
33
}
34
0 commit comments