Core API Overview > @adpt/core > PrimitiveChildType
PrimitiveChildType type
Signature:
export declare type PrimitiveChildType<T> = T extends (infer U | (infer U)[])[] ? U : T extends (infer V)[][] ? V : T extends (infer W)[] ? W : T;
Adapt v0.2.0: now with Node.js v12 and v13 support, easier installs, and more! Read more...