6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
var Identity = require('../lib/identity');
|
|
|
|
var identity = new Identity( 0x02 );
|
|
|
|
console.log( identity.toString() );
|