UNPKG
pdf-sign
Version:
latest (0.0.1)
0.0.1
PDF Signer for Node
pdf-sign
/
index.js
5 lines
(4 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
5
const
signPdf
= (
) => {
console
.
log
(
'Working'
); }
export
const
signPDF = signPdf;