UNPKG

edge.js

Version:
8 lines (7 loc) 224 B
import type { TagContract } from '../types.js'; /** * The eval tag accepts expressions similar to double curly * braces. However, it does not write anything to the * output. */ export declare const evalTag: TagContract;