mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Apply standard lint rules to domready. * Apply strict null checks to domready. * Return value of callback is not used so declare it void. * Set domready version number. domready types are up to date as of domready 1.0.8.
6 lines
81 B
TypeScript
6 lines
81 B
TypeScript
import domready = require("domready");
|
|
|
|
domready(() => {
|
|
// dom is loaded!
|
|
});
|