smartarchive/ts/smartarchive.plugins.ts
2020-03-13 20:22:56 +00:00

16 lines
283 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';
export { smartfile, smartpath };
// third party scope
import tar from 'tar';
export { tar };