UNPKG

edge.js

Version:
6 lines (5 loc) 165 B
import { TagContract } from '../types.js'; /** * The assign tag is used to re-assign value to an existing variable */ export declare const assignTag: TagContract;