hasUniqueId
Available since v0.6
Determine if an object has a unique id.
See uniqueId
for additional details.
import { hasUniqueId } from "@aedart/support/objects";
const target = {
name: 'Ursula'
};
console.log(hasUniqueId(target)); // false