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) 120 B
export declare function base64Encode(str: string): string; export declare function base64Decode(str: string): string;