Skip to content

ItemOf

ItemOf<T> = T extends readonly infer I[] ? I : never

Defined in: output-transform/path-proxy.ts:60

Extract the item type from an array type.

T