UNPKG

@translated/lara

Version:

Official Lara SDK for JavaScript and Node.js

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