UNPKG

@azure-tools/typespec-powershell

Version:

An experimental TypeSpec emitter for PowerShell codegen

5 lines (4 loc) 277 B
import { SdkClient, SdkContext } from "@azure-tools/typespec-client-generator-core"; import { Operation } from "@typespec/compiler"; export declare function getClients(psContext: SdkContext): SdkClient[]; export declare function listOperations(client: SdkClient): Operation[];