UNPKG

eslint-plugin-svelte

Version:
7 lines (6 loc) 153 B
import type { AST } from 'svelte-eslint-parser'; export type TransformResult = { inputRange: AST.Range; output: string; mappings: string; };