ts-budgie
Version:
Converts TypeScript code to Budgie.
6 lines (5 loc) • 315 B
TypeScript
import { BudgieLine } from "../../../output/budgieLine";
import { ITypeAdjustmentAttemptInfo, ITypeAdjustmentChecker } from "../types";
export declare class LengthCommandTypeAdjustmentChecker implements ITypeAdjustmentChecker {
attempt(info: ITypeAdjustmentAttemptInfo): string | BudgieLine | undefined;
}