export function hasOwnAttribute(attributes: Record, key: string): boolean { return Object.hasOwn(attributes, key) }