UNPKG

3.77 kBTypeScriptView Raw
1// Type definitions for non-npm package Node.js 14.14
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// Alexander T. <https://github.com/a-tarasyuk>
7// Alvis HT Tang <https://github.com/alvis>
8// Andrew Makarov <https://github.com/r3nya>
9// Benjamin Toueg <https://github.com/btoueg>
10// Bruno Scheufler <https://github.com/brunoscheufler>
11// Chigozirim C. <https://github.com/smac89>
12// David Junger <https://github.com/touffy>
13// Deividas Bakanas <https://github.com/DeividasBakanas>
14// Eugene Y. Q. Shen <https://github.com/eyqs>
15// Hannes Magnusson <https://github.com/Hannes-Magnusson-CK>
16// Hoàng Văn Khải <https://github.com/KSXGitHub>
17// Huw <https://github.com/hoo29>
18// Kelvin Jin <https://github.com/kjin>
19// Klaus Meinhardt <https://github.com/ajafff>
20// Lishude <https://github.com/islishude>
21// Mariusz Wiktorczyk <https://github.com/mwiktorczyk>
22// Mohsen Azimi <https://github.com/mohsen1>
23// Nicolas Even <https://github.com/n-e>
24// Nikita Galkin <https://github.com/galkin>
25// Parambir Singh <https://github.com/parambirs>
26// Sebastian Silbermann <https://github.com/eps1lon>
27// Simon Schick <https://github.com/SimonSchick>
28// Thomas den Hollander <https://github.com/ThomasdenH>
29// Wilco Bakker <https://github.com/WilcoBakker>
30// wwwy3y3 <https://github.com/wwwy3y3>
31// Samuel Ainsworth <https://github.com/samuela>
32// Kyle Uehlein <https://github.com/kuehlein>
33// Jordi Oliveras Rovira <https://github.com/j-oliveras>
34// Thanik Bhongbhibhat <https://github.com/bhongy>
35// Marcin Kopacz <https://github.com/chyzwar>
36// Trivikram Kamat <https://github.com/trivikr>
37// Minh Son Nguyen <https://github.com/nguymin4>
38// Junxiao Shi <https://github.com/yoursunny>
39// Ilia Baryshnikov <https://github.com/qwelias>
40// ExE Boss <https://github.com/ExE-Boss>
41// Surasak Chaisurin <https://github.com/Ryan-Willpower>
42// Piotr Błażejewicz <https://github.com/peterblazejewicz>
43// Anna Henningsen <https://github.com/addaleax>
44// Jason Kwok <https://github.com/JasonHK>
45// Victor Perin <https://github.com/victorperin>
46// Yongsheng Zhang <https://github.com/ZYSzys>
47// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
48
49// NOTE: These definitions support NodeJS and TypeScript 3.7.
50// Typically type modifications should be made in base.d.ts instead of here
51
52/// <reference path="base.d.ts" />
53
54// NOTE: TypeScript version-specific augmentations can be found in the following paths:
55// - ~/base.d.ts - Shared definitions common to all TypeScript versions
56// - ~/index.d.ts - Definitions specific to TypeScript 2.8
57// - ~/ts3.5/index.d.ts - Definitions specific to TypeScript 3.5
58
59// NOTE: Augmentations for TypeScript 3.5 and later should use individual files for overrides
60// within the respective ~/ts3.5 (or later) folder. However, this is disallowed for versions
61// prior to TypeScript 3.5, so the older definitions will be found here.