Add .gitignore to exclude all node packages and lock files
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
type PerfId = 'capture' | 'extract-frame' | 'piping';
|
||||
export declare const startPerfMeasure: (marker: PerfId) => number;
|
||||
export declare const stopPerfMeasure: (id: number) => void;
|
||||
export declare const getPerf: () => string[];
|
||||
export {};
|
||||
Reference in New Issue
Block a user