UNPKG

promisify-dom-selector

Version:

Promisify any DOM selector so that it returns a promise which resolves when the element appears in the DOM

4 lines (3 loc) 129 B
export function isArrayLike(item) { return Array.isArray(item) || item instanceof NodeList || item instanceof HTMLCollection }