printer-notifications/node_modules/svelte-eslint-parser/lib/parser/converts/const.d.ts

6 lines
301 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import type { SvelteConstTag } from "../../ast";
import type { Context } from "../../context";
import type * as SvAST from "../svelte-ast-types";
/** Convert for ConstTag */
export declare function convertConstTag(node: SvAST.ConstTag, parent: SvelteConstTag["parent"], ctx: Context): SvelteConstTag;