UNPKG

@translated/lara

Version:

Official Lara SDK for JavaScript and Node.js

7 lines (6 loc) 233 B
import type { PortableCrypto } from "./portable-crypto"; /** @internal */ export declare class NodeCrypto implements PortableCrypto { digest(data: string): Promise<string>; hmac(key: string, data: string): Promise<string>; }