This commit is contained in:
2025-04-03 15:53:08 +00:00
parent 3e8b5c2869
commit 21650f1181
49 changed files with 4835 additions and 2878 deletions

View File

@ -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
}