Type alias ArgsType<T>

ArgsType<T>: T["args"] extends nullish ? [] : T["args"]

Type Parameters

Generated using TypeDoc