EITS-web/node_modules/svelte-eslint-parser/lib/ast/base.d.ts
2025-12-06 09:54:52 -05:00

5 lines
112 B
TypeScript

import type { Locations } from "./common.js";
export interface BaseNode extends Locations {
type: string;
}