Type Utils
    Preparing search index...

    Type Alias Param<Index, Fn>

    Param: Parameters<Fn>[Index]

    A wrapper for the Parameters<T> type helper

    Type Parameters

    • Index extends keyof Parameters<Fn>
    • Fn extends Func<any[], any>