init commit
This commit is contained in:
2
remotion/node_modules/@remotion/studio/dist/helpers/convert-env-variables.d.ts
generated
vendored
Normal file
2
remotion/node_modules/@remotion/studio/dist/helpers/convert-env-variables.d.ts
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
export declare const envVariablesObjectToArray: (envVariables: Record<string, string>) => [string, string][];
|
||||
export declare const envVariablesArrayToObject: (envVariables: [string, string][]) => Record<string, string>;
|
||||
Reference in New Issue
Block a user