electron/lib/sandboxed_renderer/api/exports/electron.ts
2020-03-20 13:28:31 -07:00

6 lines
233 B
TypeScript

import { defineProperties } from '@electron/internal/common/define-properties';
import { moduleList } from '@electron/internal/sandboxed_renderer/api/module-list';
module.exports = {};
defineProperties(module.exports, moduleList);