@jondotsoy/flags
Version:
A Javascript arguments processor
5 lines (4 loc) • 329 B
TypeScript
import { CommandBuilder } from "../builders/CommandBuilder.js";
export { CommandBuilder } from "../builders/CommandBuilder.js";
export { BooleanCommandBuilder } from "../builders/BooleanCommandBuilder.js";
export declare const command: (argumentMatch: string) => CommandBuilder<import("../builders/Spec.js").Spec<null, string>>;