UNPKG

@types/domready

Version:
24 lines (17 loc) 705 B
# Installation > `npm install --save @types/domready` # Summary This package contains type definitions for domready (https://github.com/ded/domready). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/domready. ## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/domready/index.d.ts) ````ts declare function domready(callback: () => void): void; export = domready; export as namespace domready; ```` ### Additional Details * Last updated: Mon, 06 Nov 2023 22:41:05 GMT * Dependencies: none # Credits These definitions were written by [Christian Holm Nielsen](https://github.com/dotnetnerd).