@types/node
Advanced tools
Comparing version 20.10.4 to 20.10.5
@@ -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.4", | ||
"version": "20.10.5", | ||
"description": "TypeScript definitions for node", | ||
@@ -227,5 +227,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", | ||
}, | ||
"typesPublisherContentHash": "70306276c79ea3801d82ca605703455f07ca61a9ef7d05f547ee2671f6bc5712", | ||
"typesPublisherContentHash": "6dfd7431379ce9a950fc3c1f9e449887a70990e4487390b39d58be7add68a95a", | ||
"typeScriptVersion": "4.6", | ||
"nonNpm": true | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 07 Dec 2023 07:07:09 GMT | ||
* Last updated: Sun, 17 Dec 2023 21:35:25 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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3933563
88905