UNPKG

256 BTypeScriptView Raw
1import type { CodeKeywordDefinition } from "../../types";
2import type { KeywordCxt } from "../../compile/validate";
3declare const def: CodeKeywordDefinition;
4export declare function dynamicAnchor(cxt: KeywordCxt, anchor: string): void;
5export default def;