Files
story-studio/remotion/node_modules/@remotion/webcodecs/dist/browser-quirks.d.ts
2026-02-21 10:33:18 +01:00

4 lines
139 B
TypeScript

export declare const isFirefox: () => boolean;
export declare const isSafari: () => boolean;
export declare const isChrome: () => boolean;