printOctets.d.ts 80 B

1
  1. export declare const printOctets: (octets: Uint8Array, max?: number) => string;