web-blog/node_modules/liquidjs/dist/build/crypto-impl-browser.d.ts

3 lines
143 B
TypeScript
Raw Normal View History

2026-05-29 18:34:34 +00:00
export declare function sha256(str: string): Promise<string>;
export declare function hmacSha256(str: string, key: string): Promise<string>;