UNPKG

node-shntool

Version:

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

5 lines (4 loc) 237 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, };