A suite to track Project Diva score statistics and ratings / D4DJ event data.
 
 
 
 
 
 

5 lines
129 B

var tou8 = require('../');
var buf = new Buffer('whatever');
var a = tou8(buf);
console.log(a.constructor.name);
console.log(a);