UNPKG

edge.js

Version:
7 lines (6 loc) 221 B
import { TagContract } from '../types.js'; /** * The let tag is used to set runtime values within the template. The value * is set inside the current scope of the template. */ export declare const letTag: TagContract;