smartsign/ts/smartsign.plugins.ts
2023-11-25 01:38:43 +01:00

15 lines
246 B
TypeScript

// @push.rocks scope
import * as smartpdf from '@push.rocks/smartpdf';
export {
smartpdf,
}
// thirdparty scope
import * as signpdf from '@signpdf/signpdf';
import * as signerP12 from '@signpdf/signer-p12';
export {
signpdf,
signerP12,
}