Handle browser Errors.
This commit is contained in:
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
type Params = {
|
||||
path: string;
|
||||
};
|
||||
export default function grabPageName(params: Params): string;
|
||||
export {};
|
||||
Reference in New Issue
Block a user