extra-compatible
v0.2.2
Published
```sh npm install --save extra-compatible # or yarn add extra-compatible ```
Downloads
15,239
Readme
extra-compatible
Install
npm install --save extra-compatible
# or
yarn add extra-compatible
API
performanceNow
function performanceNow(): number
hmacSHA256
function hmacSHA256(secret: string, text: string): Promise<string>
sha256
function sha256(input: string | DataView | TypedArray): Promise<string>
sha1
function sha1(input: string | DataView | TypedArray): Promise<string>