wordsToBytes.d.ts 82 B

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