Skip to main content
Module

x/jito/mod.ts>Loop

Web component tools with Data Binding, Template Engine and Virtual Dom for ESM.
Go to Latest
class Loop
import { Loop } from "https://deno.land/x/jito@1.2.2/mod.ts";

Constructors

new
Loop(
_key: unknown,
_value: unknown,
_index: number,
_entries: Array<[unknown, unknown]>,
_stack: StateStack,
)

Properties

readonly
index: number
readonly
isFirst: boolean
readonly
isLast: boolean
readonly
key: unknown
readonly
parent: Loop | undefined
readonly
size: number
readonly
value: unknown