@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Type Alias Infer<S>

    Infer: S extends StandardSchemaV1<unknown, infer Output> ? Output : never

    Extracts the output type of a schema.

    Type Parameters