@definitelytyped/typescript-versions
Advanced tools
Comparing version 0.0.178 to 0.0.179
@@ -26,4 +26,4 @@ /** Parseable but unsupported TypeScript versions. */ | ||
function next(v: TypeScriptVersion): TypeScriptVersion | undefined; | ||
function isRedirectable(v: TypeScriptVersion): boolean; | ||
function isTypeScriptVersion(str: string): str is TypeScriptVersion; | ||
function isRedirectable(v: AllTypeScriptVersion): boolean; | ||
function isTypeScriptVersion(str: string): str is AllTypeScriptVersion; | ||
} |
@@ -84,3 +84,3 @@ "use strict"; | ||
TypeScriptVersion.isTypeScriptVersion = isTypeScriptVersion; | ||
})(TypeScriptVersion = exports.TypeScriptVersion || (exports.TypeScriptVersion = {})); | ||
})(TypeScriptVersion || (exports.TypeScriptVersion = TypeScriptVersion = {})); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@definitelytyped/typescript-versions", | ||
"version": "0.0.178", | ||
"version": "0.0.179", | ||
"description": "List of supported TypeScript versions", | ||
@@ -19,4 +19,3 @@ "author": "Andrew Branch <andrew@wheream.io>", | ||
"url": "https://github.com/microsoft/DefinitelyTyped-tools/issues" | ||
}, | ||
"gitHead": "41ba894ba571e55fa91ef0bb0d44d6eb6d201943" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
9406
7