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) 208 B
export declare function assert<T>(predicate: T | null | undefined, message?: string | (() => string)): void; export declare function assertEmpty<T>(predicate: T | null | undefined, message?: string): void;