@autorest/powershell
Version:
AutoRest PowerShell Cmdlet Generator
9 lines • 499 B
TypeScript
import { AutorestExtensionHost as Host } from '@autorest/extension-base';
import { PwshModel } from '../utils/PwshModel';
import { ModelState } from '../utils/model-state';
type State = ModelState<PwshModel>;
export declare function singularize(word: string): string;
export declare function createVirtuals(state: State): Promise<PwshModel>;
export declare function createInlinedPropertiesPlugin(service: Host): Promise<void>;
export {};
//# sourceMappingURL=plugin-create-inline-properties.d.ts.map