Ready An async/await version of DOMContentLoaded. Installation $ npm install @loganbussey/ready Usage import ready from '@loganbussey/ready'; (async () => { await ready(); console.log('DOM ready!'); })();