@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
8 lines • 324 B
TypeScript
import { Message } from '@autorest/extension-base';
export declare function singularize(word: string): string;
export declare function getCommandName(operationId: string, onMessage: (message: Message) => void): Array<{
noun?: string;
verb: string;
variant: string;
}>;
//# sourceMappingURL=name-inferrer.d.ts.map