xinvoice/ts/plugins.ts

30 lines
381 B
TypeScript
Raw Normal View History

2024-04-22 14:30:55 +00:00
// 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';
2024-04-22 14:30:55 +00:00
export {
smartfile,
smartxml
2024-04-22 14:30:55 +00:00
}
// third party
import * as pdfLib from 'pdf-lib';
export {
pdfLib
}
// tsclass scope
import * as tsclass from '@tsclass/tsclass';
export {
tsclass
}