flocore/examples/identity.js
2014-10-01 21:08:06 -04:00

6 lines
118 B
JavaScript

var Identity = require('../lib/identity');
var identity = new Identity( 0x02 );
console.log( identity.toString() );