wordsToBytes.d.ts 82 B

123
  1. declare function wordsToBytes(words: number[]): number[];
  2. export = wordsToBytes;