UNPKG

checksync

Version:

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

4 lines (3 loc) 236 B
import { ILog } from "./types"; export declare const checkSyncRcNames: readonly [".checksyncrc", ".checksyncrc.json"]; export default function findConfigurationFile(rootMarker: string | undefined, log: ILog): string | null | undefined;