UNPKG

@jsonjoy.com/buffers

Version:

Various helper utilities for working with buffers and binary data

4 lines 329 B
/** This code was borrowed form cbor-x under the MIT license. */ export declare const decodeAscii: (src: Uint8Array, position: number, length: number) => string | undefined; export declare const decodeAsciiMax15: (src: Uint8Array, position: number, length: number) => string | undefined; //# sourceMappingURL=decodeAscii.d.ts.map