@pond-ts/process API Reference
    Preparing search index...

    Type Alias OutletValue<O>

    OutletValue: O extends Outlet<infer T> ? T : never

    Extracts the value type carried by an Outlet.

    Type Parameters

    • O