smartarchive/ts/smartarchive.plugins.ts
2020-03-16 14:38:17 +00:00

18 lines
422 B
TypeScript

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