UNPKG

@ts-bridge/cli

Version:

Bridge the gap between ES modules and CommonJS modules with an easy-to-use alternative to `tsc`.

8 lines 276 B
/** * The main function that is called when the CLI is executed. * * @param argv - The command line arguments. * @returns A promise that resolves when the build is complete. */ export declare function main(argv: string[]): Promise<void>; //# sourceMappingURL=cli.d.ts.map