/** * Get the prototype (-> methods) of a type. * `Partial` helps for e.g. tuple types if not object types, * though `Symbol`-based keys get killed. */ // export type PrototypeOf = ...