UNPKG

checksync

Version:

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

7 lines (6 loc) 193 B
import { Options } from "./types"; import { Arguments } from "yargs"; /** * Convert arguments to options. */ export declare const optionsFromArgs: (args: Arguments<any>) => Partial<Options>;