UNPKG

cmake-ts

Version:

cmake-js rewrite in typescript to support advanced build configurations

8 lines (7 loc) 245 B
import type { Options } from "./config-types.d"; /** * Parse the command line arguments and return the options. * * @returns The options parsed from the command line arguments. */ export declare function parseArgs(args?: string[]): Options;