UNPKG

@jsonjoy.com/buffers

Version:

Various helper utilities for working with buffers and binary data

4 lines (3 loc) 131 B
type Decoder = (buf: Uint8Array, start: number, length: number) => string; declare const decoder: Decoder; export default decoder;