UNPKG

checksync

Version:

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

6 lines (5 loc) 199 B
import { Options, Target } from "./types"; /** * Determine if the target could be migrated. */ export declare const determineMigration: (options: Options, sourceRef: Target) => string | undefined;