smartsign/ts/smartsign.plugins.ts

15 lines
246 B
TypeScript
Raw Normal View History

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