UNPKG

dropkiq

Version:

Liquid Expressions Simplified

4 lines (3 loc) 203 B
import { Context } from '../context/context'; export declare function isRange(token: string): boolean; export declare function rangeValue(token: string, ctx: Context): Generator<any, number[], unknown>;