bytesToStr.d.ts 95 B

123
  1. declare function bytesToStr(bytes: number[], encoding?: string): string;
  2. export = bytesToStr;