Files
DefinitelyTyped/types/domready/index.d.ts
2017-03-24 14:27:52 -07:00

9 lines
323 B
TypeScript

// Type definitions for domready
// Project: https://github.com/ded/domready
// Definitions by: Christian Holm Nielsen <https://github.com/dotnetnerd>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare function domready(callback: () => any) : void;
export = domready;
export as namespace domready;