mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
305 B
TypeScript
8 lines
305 B
TypeScript
// Type definitions for document-ready 2.0
|
|
// Project: https://github.com/bendrucker/document-ready#readme
|
|
// Definitions by: Jack Works <https://github.com/Jack-Works>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function ready(callback: () => void): void;
|
|
export = ready;
|