const {document} = window export default (name: string): NodeListOf => { const el = document.body.getElementsByTagName(name) return el }