UNPKG

ideaz-element

Version:

<p align="center"> <a href="" target="_blank" rel="noopener noreferrer"> <img src="./docs/public/logo.svg" alt="Ideaz Element" width="180" style="width: 180px;" /> </a> </p>

11 lines (10 loc) 211 B
const o = (e) => { const s = Object.keys(e).filter((t) => /^on[A-Z]/.test(t)), n = {}; for (const t of s) n[t] = e[t]; return n; }; export { o as extractEvents }; //# sourceMappingURL=object.mjs.map