UNPKG

@jsonjoy.com/buffers

Version:

Various helper utilities for working with buffers and binary data

4 lines 164 B
type Decoder = (buf: Uint8Array, start: number, length: number) => string; declare const decoder: Decoder; export default decoder; //# sourceMappingURL=v16.d.ts.map