@octokit/types
Advanced tools
Comparing version 2.8.0 to 2.8.1
{ | ||
"name": "@octokit/types", | ||
"version": "2.8.0", | ||
"version": "2.8.1", | ||
"publishConfig": { | ||
@@ -5,0 +5,0 @@ "access": "public" |
type Unwrap<T> = T extends Promise<infer U> ? U : T; | ||
type AnyFunction = (...args) => any; | ||
type AnyFunction = (...args: any[]) => any; | ||
@@ -4,0 +4,0 @@ export type GetResponseTypeFromEndpointMethod<T extends AnyFunction> = Unwrap< |
@@ -1,1 +0,1 @@ | ||
export const VERSION = "2.8.0"; | ||
export const VERSION = "2.8.1"; |
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
1023616