Files
ide/applications/electron-shell/ts/plugins.ts
T
2026-05-10 14:08:25 +00:00

7 lines
250 B
TypeScript

import * as crypto from 'node:crypto';
import * as electron from 'electron';
import * as ideServerInstaller from '@git.zone/ide-server-installer';
import * as ideSsh from '@git.zone/ide-ssh';
export { crypto, electron, ideServerInstaller, ideSsh };