UNPKG

checksync

Version:

A tool that allows code to be annotated across different files to ensure they remain in sync.

3 lines (2 loc) 223 B
import { IPositionLog, Options, ErrorDetailsByDeclaration } from "./types"; export default function fixFile(options: Options, file: string, log: IPositionLog, errorsByDeclaration: ErrorDetailsByDeclaration): Promise<void>;