UNPKG

identifi-lib

Version:

Basic tools for reading and writing Identifi messages and identities.

9 lines (6 loc) 156 B
"use strict"; var identifi = require("./"); var run = function run() { console.log("identifi-lib version:", identifi.VERSION); }; module.exports = run;