mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
317 B
TypeScript
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;
|