@types/node 18.17.12 → 18.17.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
node v18.17/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for Node.js (https://nodejs.org/).
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node/v18.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 28 Aug 2023 00:33:01 GMT
11
+ * Last updated: Sat, 02 Sep 2023 20:03:01 GMT
12
12
  * Dependencies: none
13
13
  * Global values: `AbortController`, `AbortSignal`, `__dirname`, `__filename`, `console`, `exports`, `gc`, `global`, `module`, `process`, `require`, `structuredClone`
14
14
 
@@ -440,6 +440,7 @@ declare module 'async_hooks' {
440
440
  * ```
441
441
  * @since v13.10.0, v12.17.0
442
442
  */
443
+ run<R>(store: T, callback: () => R): R;
443
444
  run<R, TArgs extends any[]>(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R;
444
445
  /**
445
446
  * Runs a function synchronously outside of a context and returns its
@@ -5,7 +5,6 @@
5
5
  // Please see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19330
6
6
  // for more information.
7
7
 
8
- // tslint:disable:max-line-length
9
8
 
10
9
  /**
11
10
  * The `inspector` module provides an API for interacting with the V8 inspector.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/node",
3
- "version": "18.17.12",
3
+ "version": "18.17.14",
4
4
  "description": "TypeScript definitions for Node.js",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node",
6
6
  "license": "MIT",
@@ -232,6 +232,6 @@
232
232
  },
233
233
  "scripts": {},
234
234
  "dependencies": {},
235
- "typesPublisherContentHash": "42b2e48cacb4776d62b695deffaffacdaf029bcaa951a0a2ff1cbec3e8b7e01f",
235
+ "typesPublisherContentHash": "9d51fb931cbf2b23e2825ea62dc014b6046e2455712d1c78a2f4badb25343bf9",
236
236
  "typeScriptVersion": "4.3"
237
237
  }
@@ -440,6 +440,7 @@ declare module 'async_hooks' {
440
440
  * ```
441
441
  * @since v13.10.0, v12.17.0
442
442
  */
443
+ run<R>(store: T, callback: () => R): R;
443
444
  run<R, TArgs extends any[]>(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R;
444
445
  /**
445
446
  * Runs a function synchronously outside of a context and returns its
@@ -5,7 +5,6 @@
5
5
  // Please see https://github.com/DefinitelyTyped/DefinitelyTyped/pull/19330
6
6
  // for more information.
7
7
 
8
- // tslint:disable:max-line-length
9
8
 
10
9
  /**
11
10
  * The `inspector` module provides an API for interacting with the V8 inspector.