UNPKG

checksync

Version:

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

4 lines (3 loc) 169 B
import { ILog, Options } from "./types"; import { Arguments } from "yargs"; export default function determineOptions(args: Arguments<any>, log: ILog): Promise<Options>;