mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
9 lines
323 B
TypeScript
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; |