@vscode/base-node
Advanced tools
Comparing version 0.1.15-9 to 0.1.15-10
{ | ||
"name": "@vscode/base-node", | ||
"private": false, | ||
"version": "0.1.15-9", | ||
"version": "0.1.15-10", | ||
"description": "", | ||
@@ -6,0 +6,0 @@ "main": "''", |
@@ -11,3 +11,3 @@ /*--------------------------------------------------------------------------------------------- | ||
*/ | ||
interface Thenable<T> { | ||
export interface Thenable<T> { | ||
/** | ||
@@ -14,0 +14,0 @@ * Attaches callbacks for the resolution and/or rejection of the Promise. |
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
17220312