smartarchive/ts/smartarchive.plugins.ts

18 lines
422 B
TypeScript
Raw Normal View History

2020-03-13 20:22:56 +00:00
// node native scope
import path from 'path';
export { path };
// @pushrocks scope
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
2020-03-16 14:38:17 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartunique from '@pushrocks/smartunique';
2020-03-13 20:22:56 +00:00
2020-03-16 14:38:17 +00:00
export { smartfile, smartpath, smartrequest, smartunique };
2020-03-13 20:22:56 +00:00
// third party scope
import tar from 'tar';
export { tar };