Skip to content

IsOptionalType

IsOptionalType<T> = [T] extends [[] | [any]] ? true : false

Defined in: types/transform.ts:23

T