dynamicAnchor.d.ts 256 B

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