@types/min-document
Version:
TypeScript definitions for min-document
26 lines (19 loc) • 705 B
Markdown
# Installation
> `npm install --save @types/min-document`
# Summary
This package contains type definitions for min-document (https://github.com/Raynos/min-document).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/min-document.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/min-document/index.d.ts)
````ts
/**
* Mocks the browser document
*/
declare const minDocument: Document;
export = minDocument;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Dependencies: none
# Credits
These definitions were written by [Ifiok JR.](https://github.com/ifiokjr).