UNPKG

identifi-lib

Version:

Basic tools for reading and writing Identifi messages and identities.

8 lines (5 loc) 142 B
const identifi = require(`./`); const run = function() { console.log(`identifi-lib version:`, identifi.VERSION); }; module.exports = run;