### TinyHtml → `prop()` added

The new `prop()` method has been introduced to get DOM element properties.

#### Example

```js
const isDisabled = TinyHtml.prop(button, "disabled");
```

**Full Changelog**: https://github.com/JasminDreasond/Tiny-Essentials/compare/1.22.2...1.22.3