UNPKG

@translated/lara

Version:

Official Lara SDK for JavaScript and Node.js

9 lines (8 loc) 290 B
import type { PortableCrypto } from "./portable-crypto"; /** @internal */ export declare class BrowserCrypto implements PortableCrypto { private readonly subtle; constructor(); digestBase64(data: string): Promise<string>; hmac(key: string, data: string): Promise<string>; }