// 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 };