2023-11-25 00:38:43 +00:00
|
|
|
// @push.rocks scope
|
|
|
|
import * as smartpdf from '@push.rocks/smartpdf';
|
|
|
|
|
2023-11-24 23:52:56 +00:00
|
|
|
export {
|
2023-11-25 00:38:43 +00:00
|
|
|
smartpdf,
|
2023-11-24 23:52:56 +00:00
|
|
|
}
|
2023-11-25 00:38:43 +00:00
|
|
|
|
|
|
|
// thirdparty scope
|
|
|
|
import * as signpdf from '@signpdf/signpdf';
|
|
|
|
import * as signerP12 from '@signpdf/signer-p12';
|
|
|
|
|
|
|
|
export {
|
|
|
|
signpdf,
|
|
|
|
signerP12,
|
|
|
|
}
|