init commit
This commit is contained in:
11
remotion/node_modules/@remotion/renderer/dist/browser/should-log-message.d.ts
generated
vendored
Normal file
11
remotion/node_modules/@remotion/renderer/dist/browser/should-log-message.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
export declare const shouldLogBrowserMessage: (message: string) => boolean;
|
||||
export declare const formatChromeMessage: (input: string) => {
|
||||
output: string;
|
||||
tag: string;
|
||||
} | null;
|
||||
type ChromeLogLocation = {
|
||||
location: string;
|
||||
lineNumber: number;
|
||||
};
|
||||
export declare const parseChromeLogLocation: (message: string) => ChromeLogLocation | null;
|
||||
export {};
|
||||
Reference in New Issue
Block a user