UNPKG

@keybittech/awayto

Version:

Deploy a fully-featured application in about 10 minutes that is primed for quick development. Do business, impress a client with a quick demo, finish your poc with time to spare; all easily achievable with Awayto.

8 lines (7 loc) 181 B
export default class WordArray { constructor(words: any, sigBytes: any); words: any; sigBytes: any; random(nBytes: any): WordArray; toString(): string; }