@launchmenu/core
Version:
An environment for visual keyboard controlled applets
8 lines • 330 B
TypeScript
import { IRetrievableArgument } from "./_types/IRetrievableArguments";
/**
* Retrieves the argument for a command
* @param arg The argument to retrieve
* @returns The value of the argument
*/
export declare function retrieveArgument<T>(arg: IRetrievableArgument<T>): T;
//# sourceMappingURL=getCommandArguments.d.ts.map