smartarchive/dist_ts/smartarchive.plugins.d.ts

14 lines
584 B
TypeScript
Raw Normal View History

2022-04-04 14:28:40 +00:00
import * as path from 'path';
2020-03-13 20:22:56 +00:00
export { path };
import * as smartfile from '@pushrocks/smartfile';
import * as smartpath from '@pushrocks/smartpath';
2022-04-04 14:28:40 +00:00
import * as smartrequest from '@pushrocks/smartrequest';
import * as smartunique from '@pushrocks/smartunique';
2022-06-07 15:11:13 +00:00
import * as smartstream from '@pushrocks/smartstream';
2022-04-04 14:28:40 +00:00
import * as smartrx from '@pushrocks/smartrx';
2022-06-07 15:11:13 +00:00
export { smartfile, smartpath, smartrequest, smartunique, smartstream, smartrx };
2022-04-04 14:28:40 +00:00
import gunzipMaybe from 'gunzip-maybe';
2020-03-13 20:22:56 +00:00
import tar from 'tar';
2022-04-04 14:28:40 +00:00
import tarStream from 'tar-stream';
export { gunzipMaybe, tar, tarStream };