strToBytes.d.ts 93 B

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