Add .gitignore to exclude all node packages and lock files
This commit is contained in:
Generated
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
export declare const magicWordStr = "remotion_buffer:";
|
||||
export declare const makeStreamPayloadMessage: ({ status, body, nonce, }: {
|
||||
nonce: string;
|
||||
status: 0 | 1;
|
||||
body: Uint8Array;
|
||||
}) => Uint8Array;
|
||||
Reference in New Issue
Block a user