File: index.d.ts

package info (click to toggle)
node-min-document 2.19.0%2B~cs2.20.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 244 kB
  • sloc: javascript: 1,164; ml: 133; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 317 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
// 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;