UNPKG

@nymphjs/client

Version:

Nymph.js - Client

7 lines (6 loc) 288 B
import { EntityConstructor, EntityInterface } from './Entity.types.js'; export default class EntityWeakCache { private references; get(EntityClass: EntityConstructor, guid: string): EntityInterface | null; set(EntityClass: EntityConstructor, entity: EntityInterface): void; }