@types/node
Advanced tools
Comparing version
@@ -237,2 +237,28 @@ export {}; // Make this a module | ||
isConstructor(): boolean; | ||
/** | ||
* is this an async call (i.e. await, Promise.all(), or Promise.any())? | ||
*/ | ||
isAsync(): boolean; | ||
/** | ||
* is this an async call to Promise.all()? | ||
*/ | ||
isPromiseAll(): boolean; | ||
/** | ||
* returns the index of the promise element that was followed in | ||
* Promise.all() or Promise.any() for async stack traces, or null | ||
* if the CallSite is not an async | ||
*/ | ||
getPromiseIndex(): number | null; | ||
getScriptNameOrSourceURL(): string; | ||
getScriptHash(): string; | ||
getEnclosingColumnNumber(): number; | ||
getEnclosingLineNumber(): number; | ||
getPosition(): number; | ||
toString(): string; | ||
} | ||
@@ -239,0 +265,0 @@ |
{ | ||
"name": "@types/node", | ||
"version": "20.10.3", | ||
"version": "20.10.6", | ||
"description": "TypeScript definitions for node", | ||
@@ -227,5 +227,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
}, | ||
"typesPublisherContentHash": "23bf5e20c3e989ac01a5ead7a9bd16b7752ee61c6293df790619aa6185433385", | ||
"typesPublisherContentHash": "edd38cd583269d6ceac07b7b194e2371ed03d1b0eb7a4eda73af46445920fcec", | ||
"typeScriptVersion": "4.6", | ||
"nonNpm": true | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 03 Dec 2023 18:07:12 GMT | ||
* Last updated: Sat, 30 Dec 2023 00:22:50 GMT | ||
* Dependencies: [undici-types](https://npmjs.com/package/undici-types) | ||
@@ -14,0 +14,0 @@ |
@@ -237,2 +237,28 @@ export {}; // Make this a module | ||
isConstructor(): boolean; | ||
/** | ||
* is this an async call (i.e. await, Promise.all(), or Promise.any())? | ||
*/ | ||
isAsync(): boolean; | ||
/** | ||
* is this an async call to Promise.all()? | ||
*/ | ||
isPromiseAll(): boolean; | ||
/** | ||
* returns the index of the promise element that was followed in | ||
* Promise.all() or Promise.any() for async stack traces, or null | ||
* if the CallSite is not an async | ||
*/ | ||
getPromiseIndex(): number | null; | ||
getScriptNameOrSourceURL(): string; | ||
getScriptHash(): string; | ||
getEnclosingColumnNumber(): number; | ||
getEnclosingLineNumber(): number; | ||
getPosition(): number; | ||
toString(): string; | ||
} | ||
@@ -239,0 +265,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3934375
0.06%88917
0.06%