// Type definitions for document-ready 2.0 // Project: https://github.com/bendrucker/document-ready#readme // Definitions by: Jack Works // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function ready(callback: () => void): void; export = ready;