// src/scripts/getProperty.ts function getProperty(element, property) { return element[property]; } export { getProperty as default };