smartarchive/dist_ts/smartarchive.plugins.d.ts

8 lines
216 B
TypeScript
Raw Normal View History

2020-03-13 20:22:56 +00:00
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 };