Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
type Callback = () => void;
|
||||
export type CancelSignal = (callback: Callback) => void;
|
||||
export declare const makeCancelSignal: () => {
|
||||
cancelSignal: CancelSignal;
|
||||
cancel: () => void;
|
||||
};
|
||||
export declare const cancelErrorMessages: {
|
||||
renderMedia: string;
|
||||
renderFrames: string;
|
||||
renderStill: string;
|
||||
stitchFramesToVideo: string;
|
||||
};
|
||||
export declare const isUserCancelledRender: (err: unknown) => boolean;
|
||||
export {};
|
||||
Reference in New Issue
Block a user