bufferToUint8Array.d.ts 70 B

1
  1. export declare const bufferToUint8Array: (buf: Buffer) => Uint8Array;