printer-notifications/node_modules/svelte-eslint-parser/lib/ast/index.d.ts

7 lines
232 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import type { SvelteHTMLNode } from "./html";
import type { SvelteScriptNode } from "./script";
export * from "./common";
export * from "./html";
export * from "./script";
export type SvelteNode = SvelteHTMLNode | SvelteScriptNode;