UNPKG

mcard-js

Version:

A JavaScript implementation of MCard - A data model for persistently storing content with cryptographic hashing and timestamping

10 lines (9 loc) 232 B
// mcard - Monadic Card Library // Placeholder for your library's main functionality function exampleFunction() { console.log('mcard library is ready!'); } module.exports = { exampleFunction }; //# sourceMappingURL=index.js.map