fix(core): update
This commit is contained in:
7
dist_ts/smartarchive.plugins.d.ts
vendored
Normal file
7
dist_ts/smartarchive.plugins.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
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 };
|
Reference in New Issue
Block a user