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