UNPKG

checksync

Version:

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

4 lines (3 loc) 211 B
import { ExitCode } from "./exit-codes"; import { MarkerCache, ILog, Options } from "./types"; export default function processCache(options: Options, cache: Readonly<MarkerCache>, log: ILog): Promise<ExitCode>;