UNPKG

retroload

Version:

Command line utility for converting tape archive files of historical computers into sound for loading them on real devices

3 lines (2 loc) 204 B
export declare function playerExists(command: string, args: string[], regexp: RegExp): boolean; export declare function spawnPlayer(buffer: Uint8Array, command: string, args: string[]): Promise<unknown>;