@types/node
Advanced tools
Comparing version
@@ -88,2 +88,3 @@ /** | ||
static builtinModules: string[]; | ||
static isBuiltin(moduleName: string): boolean; | ||
static Module: typeof Module; | ||
@@ -90,0 +91,0 @@ constructor(id: string, parent?: Module); |
{ | ||
"name": "@types/node", | ||
"version": "18.11.17", | ||
"version": "18.11.19", | ||
"description": "TypeScript definitions for Node.js", | ||
@@ -235,4 +235,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "2d88944144b47057ed775becb8763772da81db335f442b6aafc1eb4b61e8d915", | ||
"typesPublisherContentHash": "6fb5dc61335a98cb52986d1b237f8a3d63ed4230e64aadaed364481cd791ee7c", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sat, 17 Dec 2022 20:33:03 GMT | ||
* Last updated: Sat, 04 Feb 2023 23:02:34 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone` |
@@ -88,2 +88,3 @@ /** | ||
static builtinModules: string[]; | ||
static isBuiltin(moduleName: string): boolean; | ||
static Module: typeof Module; | ||
@@ -90,0 +91,0 @@ constructor(id: string, parent?: Module); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3576202
078153
0