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.

11 lines (10 loc) 330 B
import { ForloopDrop } from './forloop-drop'; export declare class TablerowloopDrop extends ForloopDrop { private cols; constructor(length: number, cols: number, collection: string, variable: string); row(): number; col0(): number; col(): number; col_first(): boolean; col_last(): boolean; }