UNPKG

digital-signature-office

Version:

A Library for nodejs to help to add digital signature to your office file!

6 lines 111 B
const hash = require('./hash.js') const excel = require('./excel.js') module.exports = { excel, hash };