node-shntool
Version:
Node interface to shntool (http://www.etree.org/shnutils/shntool/)
6 lines (5 loc) • 307 B
TypeScript
/// <reference types="node" />
import * as cp from 'child_process';
import * as globby from 'globby';
export declare function shntool(args: string[]): cp.ChildProcessWithoutNullStreams;
export declare function audiofiles(src: string | readonly string[], opt?: globby.GlobbyOptions): Promise<string[]>;