UNPKG

@oazmi/build-tools

Version:

general deno build tool scripts which I practically use in all of my typescript repos

9 lines 230 B
export declare function runLengthEncode(arr: number[]): { d: string; r: string; }; export declare function runLengthDecode({ d, r }: { d: string; r: string; }): Uint8Array; //# sourceMappingURL=_run_length.d.ts.map