UNPKG

liquidjs

Version:

A simple, expressive, extensible Liquid template engine for JavaScript — Shopify, Jekyll and GitHub Pages compatible, for Node.js, browsers, and the CLI, with TypeScript support.

3 lines (2 loc) 143 B
export declare function sha256(str: string): Promise<string>; export declare function hmacSha256(str: string, key: string): Promise<string>;