tapbundle/ts_node/plugins.ts

13 lines
315 B
TypeScript
Raw Permalink Normal View History

// node native
import * as crypto from 'crypto';
import * as fs from 'fs';
export { crypto,fs };
// @push.rocks scope
import * as qenv from '@push.rocks/qenv';
import * as smartcrypto from '@push.rocks/smartcrypto';
import * as smartshell from '@push.rocks/smartshell';
export { qenv, smartcrypto, smartshell };