DefinitelyTyped/types/min-document/index.d.ts
2019-04-25 18:00:37 -07:00

12 lines
317 B
TypeScript

// Type definitions for min-document 2.19
// Project: https://github.com/Raynos/min-document
// Definitions by: Ifiok JR. <https://github.com/ifiokjr>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/**
* Mocks the browser document
*/
declare const minDocument: Document;
export = minDocument;