UNPKG

@looker/sdk-rtl

Version:
5 lines (4 loc) 129 B
export interface ICryptoHash { secureRandom(byte_count: number): string; sha256Hash(message: string): Promise<string>; }