Skip to content

@pbvex/client / IsOptionalArgs

Type Alias: IsOptionalArgs<T>

IsOptionalArgs<T> = IsAny<T> extends true ? false : [T] extends [undefined | void] ? true : T extends EmptyObject ? true : object extends T ? true : false

Type Parameters

T

T

Generated API reference. Source of truth is the codebase.