DefinitelyTyped/types/document-ready/index.d.ts
Jack Works 655e4406d0 Add document ready & linear-gradient (#27367)
* Add document-ready

* Add linear-gradient
2018-07-23 11:20:34 -07:00

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;