UNPKG

identifi-lib

Version:

Basic tools for reading and writing Identifi messages and identities.

7 lines (5 loc) 141 B
var identifi = require("./"); var run = function run() { console.log("identifi-lib version:", identifi.VERSION); }; module.exports = run;