UNPKG

checksync

Version:

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

7 lines (6 loc) 139 B
/** * Run the command line. * * @param {string} launchFilePath */ export declare const run: (launchFilePath: string) => Promise<void>;