mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 08:32:56 +00:00
3 lines
111 B
TypeScript
3 lines
111 B
TypeScript
import type { Command } from 'commander';
|
|
export declare const applyCommonOptions: (command: Command) => void;
|