initial
This commit is contained in:
14
ts/smartvpn.plugins.ts
Normal file
14
ts/smartvpn.plugins.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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 };
|
||||
Reference in New Issue
Block a user