fix(core): update
This commit is contained in:
@@ -1,4 +1,15 @@
|
||||
const removeme = {};
|
||||
// @push.rocks scope
|
||||
import * as smartpdf from '@push.rocks/smartpdf';
|
||||
|
||||
export {
|
||||
removeme
|
||||
smartpdf,
|
||||
}
|
||||
|
||||
// thirdparty scope
|
||||
import * as signpdf from '@signpdf/signpdf';
|
||||
import * as signerP12 from '@signpdf/signer-p12';
|
||||
|
||||
export {
|
||||
signpdf,
|
||||
signerP12,
|
||||
}
|
||||
Reference in New Issue
Block a user