UNPKG

node-shntool

Version:

Node interface to shntool (http://www.etree.org/shnutils/shntool/)

14 lines (11 loc) 263 B
import { SUPPORTED_AUDIO_FILES } from './config'; import { shntool, audiofiles } from './shntool'; import { convert, cuefile, joined } from './modes'; export { SUPPORTED_AUDIO_FILES, shntool, audiofiles, cuefile, joined, convert, };