UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

7 lines (6 loc) 207 B
export declare class Hash { static make: (text: string) => string; static compare: (text: string, hash: string) => boolean; static sha256: (text: string) => string; private static encrypt; }