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) 133 B
export declare function readFile(path: string): Uint8Array; export declare function writeFile(path: string, data: Uint8Array): void;