UNPKG

@eidoriantan/seratolibraryparser

Version:

Helps parsing serato DJ libraries for node.js based applications.

10 lines (9 loc) 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var historyReader_1 = require("../historyReader"); test("stringToUint", function () { expect(historyReader_1.getStringFromUInt32(historyReader_1.getUInt32FromString("asdf")) === "asdf"); }); test("UintToString", function () { expect(historyReader_1.getUInt32FromString(historyReader_1.getStringFromUInt32(23142)) === 23142); });