@mikro-orm/coreFunctionsVersion: 5.9wrap Callablewrap<T, PK>(entity, preferHelper): IWrappedEntityInternal<T, PK>wrap<T, PK>(entity, preferHelper): IWrappedEntity<T, PK>returns WrappedEntity instance associated with this entity. This includes all the internal properties like __meta or __em.Type parametersTPK: unknown = PrimaryProperty<T>Parametersentity: TpreferHelper: trueReturns IWrappedEntityInternal<T, PK>
returns WrappedEntity instance associated with this entity. This includes all the internal properties like
__meta
or__em
.