Skip to content

Commit 51cab11

Browse files
author
Mark George
committed
add getType to index
1 parent 3707982 commit 51cab11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export declare class CriticalCssError {
2828
hasUrl(): boolean;
2929
toJSON(): any;
3030
get( key: string ): any;
31+
getType(): string;
3132
static fromJSON: ( data: any ) => CriticalCssError;
3233
}
3334

0 commit comments

Comments
 (0)