UNPKG

domkitjs

Version:

A dom manipulation package for all your needs!

7 lines (6 loc) 228 B
/** * Utility function to wait until the DOM content is fully loaded. * * @returns {Promise<void>} A promise that resolves when the DOM content is loaded. */ export default function waitForDomContentLoaded(): Promise<void>;