vending-machine/mobile/node_modules/licia/wordsToBytes.d.ts
2026-04-03 06:07:13 +08:00

4 lines
82 B
TypeScript

declare function wordsToBytes(words: number[]): number[];
export = wordsToBytes;