Files
smartvpn/ts/smartvpn.plugins.ts
2026-02-27 10:18:23 +00:00

15 lines
352 B
TypeScript

// node native
import * as path from 'path';
import * as fs from 'fs';
import * as os from 'os';
import * as url from 'url';
import * as events from 'events';
export { path, fs, os, url, events };
// @push.rocks
import * as smartpath from '@push.rocks/smartpath';
import * as smartrust from '@push.rocks/smartrust';
export { smartpath, smartrust };