init commit
This commit is contained in:
4
remotion/node_modules/@remotion/cli/dist/config/user-agent.d.ts
generated
vendored
Normal file
4
remotion/node_modules/@remotion/cli/dist/config/user-agent.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
type UserAgent = string | null;
|
||||
export declare const setChromiumUserAgent: (newAgent: UserAgent) => void;
|
||||
export declare const getChromiumUserAgent: () => UserAgent;
|
||||
export {};
|
||||
Reference in New Issue
Block a user