Skip to content

Type Alias: IsPart<O>

Signature

ts
export type IsPart<O> = O extends { part: infer P } ? P : false

Type Parameters

Name
O

Released under the MIT License.