Files
story-studio/remotion/node_modules/@remotion/cli/dist/config/browser.js
2026-02-21 10:33:18 +01:00

9 lines
225 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getBrowser = void 0;
const currentBrowser = null;
const getBrowser = () => {
return currentBrowser;
};
exports.getBrowser = getBrowser;