bufferToUint8Array.d.ts 101 B

12
  1. /// <reference types="node" />
  2. export declare const bufferToUint8Array: (buf: Buffer) => Uint8Array;