Function used to get the unique ID of an entity
EntityStore supports string and number values for unique IDs
string
number
Predicate used for filtering entities
Type guard used to check if any value is a valid entity ID
true if the value is an ID (string or number), false otherwise
Generated using TypeDoc
Function used to get the unique ID of an entity