UNPKG

handbrake-ts

Version:

Handbrake with TypeScript and support for electron

24 lines 1.14 kB
"use strict"; var _a, _b, _c; Object.defineProperty(exports, "__esModule", { value: true }); exports.toSpawnArgs = exports.unzipper = exports.childProcess = exports.sudoPrompt = exports.fetch = exports.fs = exports.http = exports.process = exports.path = void 0; const win = { require: (_c = (_a = global.require) !== null && _a !== void 0 ? _a : (_b = global.window) === null || _b === void 0 ? void 0 : _b.require) !== null && _c !== void 0 ? _c : require }; const path = win.require('path'); exports.path = path; const process = win.require('process'); exports.process = process; const http = win.require('http'); exports.http = http; const fs = win.require('fs'); exports.fs = fs; const fetch = win.require('node-fetch'); exports.fetch = fetch; const sudoPrompt = win.require('sudo-prompt'); exports.sudoPrompt = sudoPrompt; const childProcess = win.require('child_process'); exports.childProcess = childProcess; const unzipper = win.require('unzipper'); exports.unzipper = unzipper; const toSpawnArgs = win.require('object-to-spawn-args'); exports.toSpawnArgs = toSpawnArgs; //# sourceMappingURL=Node.js.map