// Type definitions for non-npm package Node.js 16.4 // Project: http://nodejs.org/ // Definitions by: Microsoft TypeScript // DefinitelyTyped // Alberto Schiabel // Alvis HT Tang // Andrew Makarov // Benjamin Toueg // Chigozirim C. // David Junger // Deividas Bakanas // Eugene Y. Q. Shen // Hannes Magnusson // Hoàng Văn Khải // Huw // Kelvin Jin // Klaus Meinhardt // Lishude // Mariusz Wiktorczyk // Mohsen Azimi // Nicolas Even // Nikita Galkin // Parambir Singh // Sebastian Silbermann // Simon Schick // Thomas den Hollander // Wilco Bakker // wwwy3y3 // Samuel Ainsworth // Kyle Uehlein // Thanik Bhongbhibhat // Marcin Kopacz // Trivikram Kamat // Minh Son Nguyen // Junxiao Shi // Ilia Baryshnikov // ExE Boss // Surasak Chaisurin // Piotr Błażejewicz // Anna Henningsen // Jason Kwok // Victor Perin // Yongsheng Zhang // NodeJS Contributors // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /** * License for programmatically and manually incorporated * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc * * Copyright Node.js contributors. All rights reserved. * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to * deal in the Software without restriction, including without limitation the * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS * IN THE SOFTWARE. */ // NOTE: These definitions support NodeJS and TypeScript 3.7. // Typically type modifications should be made in base.d.ts instead of here /// // NOTE: TypeScript version-specific augmentations can be found in the following paths: // - ~/base.d.ts - Shared definitions common to all TypeScript versions // - ~/index.d.ts - Definitions specific to TypeScript 3.7 // - ~/ts3.6/index.d.ts - Definitions specific to TypeScript 3.6 // NOTE: Augmentations for TypeScript 3.6 and later should use individual files for overrides // within the respective ~/ts3.6 (or later) folder. However, this is disallowed for versions // prior to TypeScript 3.6, so the older definitions will be found here.