// node native scope import path from 'path'; export { path }; // @pushrocks scope import * as smartfile from '@pushrocks/smartfile'; import * as smartpath from '@pushrocks/smartpath'; import * as smartrequest from '@pushrocks/smartrequest'; import * as smartunique from '@pushrocks/smartunique'; export { smartfile, smartpath, smartrequest, smartunique }; // third party scope import tar from 'tar'; export { tar };