UNPKG

liquidjs

Version:

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

5 lines (4 loc) 144 B
import { FilterImpl } from './filter-impl'; export interface FilterImplOptions { (this: FilterImpl, value: any, ...args: any[]): any; }