UNPKG

liquidjs

Version:

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

6 lines (5 loc) 240 B
import { ValueToken } from '../tokens/value-token'; type KeyValuePair = [string?, ValueToken?]; export type FilterArg = ValueToken | KeyValuePair; export declare function isKeyValuePair(arr: FilterArg): arr is KeyValuePair; export {};