UNPKG

budgie-cli

Version:
7 lines (6 loc) 287 B
import { BudgieLine, IRange, Transformation } from "ts-budgie"; export interface IUnsupportedComplaint { line: BudgieLine; range: IRange; } export declare const collectUnsupportedTransforms: (transformations: readonly Transformation[]) => readonly IUnsupportedComplaint[];