web-blog/node_modules/liquidjs/dist/build/crypto-impl-browser.d.ts
2026-05-29 19:34:34 +01:00

2 lines
143 B
TypeScript

export declare function sha256(str: string): Promise<string>;
export declare function hmacSha256(str: string, key: string): Promise<string>;