npm install --save extra-compatible
# or
yarn add extra-compatible
function performanceNow(): number
function hmacSHA256(secret: string, text: string): Promise<string>
function sha256(input: string | DataView | TypedArray): Promise<string>
function sha1(input: string | DataView | TypedArray): Promise<string>