UNPKG

@ixo/supamoto-bot-sdk

Version:

An SDK to easily interact with Supamoto bot db

5 lines (4 loc) 319 B
export declare function trigrams(s: string, size?: number): string[]; export declare function hmacBytes(msg: string, key: Buffer | string): Buffer; export declare function hmacTrigrams(grams: string[], key: Buffer | string): Buffer[]; export declare function hmacCountry(country: string, key: Buffer | string): Buffer;