UNPKG

spleeter

Version:
9 lines (6 loc) 162 B
#!/usr/bin/env node const { runBinary } = require('../') // dont run when testing if (process.env.NODE_ENV !== 'test') { runBinary(process.argv.slice(2)) }