3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
|
declare const _default: (buf: Uint8Array, start: number, length: number) => string;
|
||
|
export default _default;
|