UNPKG

2.51 kBTypeScriptView Raw
1// Type definitions for Node.js 10.17
2// Project: http://nodejs.org/
3// Definitions by: Microsoft TypeScript <https://github.com/Microsoft>
4// DefinitelyTyped <https://github.com/DefinitelyTyped>
5// Alberto Schiabel <https://github.com/jkomyno>
6// Alvis HT Tang <https://github.com/alvis>
7// Andrew Makarov <https://github.com/r3nya>
8// Bruno Scheufler <https://github.com/brunoscheufler>
9// Chigozirim C. <https://github.com/smac89>
10// Deividas Bakanas <https://github.com/DeividasBakanas>
11// Eugene Y. Q. Shen <https://github.com/eyqs>
12// Hannes Magnusson <https://github.com/Hannes-Magnusson-CK>
13// Hoàng Văn Khải <https://github.com/KSXGitHub>
14// Huw <https://github.com/hoo29>
15// Kelvin Jin <https://github.com/kjin>
16// Klaus Meinhardt <https://github.com/ajafff>
17// Lishude <https://github.com/islishude>
18// Mariusz Wiktorczyk <https://github.com/mwiktorczyk>
19// Mohsen Azimi <https://github.com/mohsen1>
20// Nicolas Even <https://github.com/n-e>
21// Nikita Galkin <https://github.com/galkin>
22// Parambir Singh <https://github.com/parambirs>
23// Sebastian Silbermann <https://github.com/eps1lon>
24// Simon Schick <https://github.com/SimonSchick>
25// Thomas den Hollander <https://github.com/ThomasdenH>
26// Wilco Bakker <https://github.com/WilcoBakker>
27// wwwy3y3 <https://github.com/wwwy3y3>
28// Zane Hannan AU <https://github.com/ZaneHannanAU>
29// Jeremie Rodriguez <https://github.com/jeremiergz>
30// Samuel Ainsworth <https://github.com/samuela>
31// Kyle Uehlein <https://github.com/kuehlein>
32// Thanik Bhongbhibhat <https://github.com/bhongy>
33// Minh Son Nguyen <https://github.com/nguymin4>
34// ExE Boss <https://github.com/ExE-Boss>
35// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
36
37// NOTE: These definitions support NodeJS and TypeScript 3.7.
38// This isn't strictly needed since 3.7 has the assert module, but this way we're consistent.
39// Typically type modificatons should be made in base.d.ts instead of here
40
41/// <reference path="base.d.ts" />
42/// <reference path="ts3.6/base.d.ts" />