node-shntool
Version:
Node interface to shntool (http://www.etree.org/shnutils/shntool/)
12 lines • 482 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const config_1 = require("./config");
exports.SUPPORTED_AUDIO_FILES = config_1.SUPPORTED_AUDIO_FILES;
const shntool_1 = require("./shntool");
exports.shntool = shntool_1.shntool;
exports.audiofiles = shntool_1.audiofiles;
const modes_1 = require("./modes");
exports.convert = modes_1.convert;
exports.cuefile = modes_1.cuefile;
exports.joined = modes_1.joined;
//# sourceMappingURL=index.js.map