UNPKG

liquidjs

Version:

A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.

3 lines (2 loc) 125 B
export declare function sha256(str: string): string; export declare function hmacSha256(str: string, key: string): string;