Files
smartsecret/ts/smartsecret.plugins.ts

9 lines
232 B
TypeScript
Raw Normal View History

// node native scope
import * as childProcess from 'child_process';
import * as crypto from 'crypto';
import * as fs from 'fs';
import * as os from 'os';
import * as path from 'path';
export { childProcess, crypto, fs, os, path };