UNPKG

@minimaltech/node-infra

Version:

Minimal Technology NodeJS Infrastructure - Loopback 4 Framework

7 lines (6 loc) 190 B
import C from 'node:crypto'; export declare const hash: (text: string, options: { algorithm: "SHA256" | "MD5"; secret?: string; outputType: C.BinaryToTextEncoding; }) => string;