printer-notifications/node_modules/svelte-eslint-parser/lib/ast/base.d.ts
2023-11-13 16:10:04 -05:00

5 lines
109 B
TypeScript

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