update
This commit is contained in:
@ -1,31 +0,0 @@
|
||||
// node native
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path
|
||||
}
|
||||
|
||||
// @push.rocks scope
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartxml from '@push.rocks/smartxml';
|
||||
|
||||
export {
|
||||
smartfile,
|
||||
smartxml
|
||||
}
|
||||
|
||||
// third party
|
||||
import * as pako from 'pako';
|
||||
import * as pdfLib from 'pdf-lib';
|
||||
|
||||
export {
|
||||
pako,
|
||||
pdfLib
|
||||
}
|
||||
|
||||
// tsclass scope
|
||||
import * as tsclass from '@tsclass/tsclass';
|
||||
|
||||
export {
|
||||
tsclass
|
||||
}
|
Reference in New Issue
Block a user