@hypst/time-beat-format
Version:
Formatting time, notes and beats.
11 lines (10 loc) • 375 B
JavaScript
;
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
var HMSTime_1 = require("./HMSTime");
exports.HMSTime = HMSTime_1.HMSTime;
var BeatTime_1 = require("./BeatTime");
exports.BeatTime = BeatTime_1.BeatTime;
__export(require("./definitions"));