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

8 lines
216 B
TypeScript

import path from 'path';
export { path };
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
export { smartfile, smartpath };
import tar from 'tar';
export { tar };