UNPKG

brazejs

Version:

Liquid template engine for the Braze variant by pure JavaScript: compatible to Braze, easy to extend.

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