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

5 lines
109 B
TypeScript
Raw Normal View History

2023-11-13 21:10:04 +00:00
import type { Locations } from "./common";
export interface BaseNode extends Locations {
type: string;
}