UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

11 lines (8 loc) 328 B
// 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; declare module "domready" { export = domready; }