vue-component-type-helpers
Advanced tools
Comparing version 1.8.8 to 1.8.10
@@ -27,3 +27,3 @@ declare const text: string; | ||
T extends new () => infer E ? E : | ||
T extends (props: any, ctx: { expose(exposed: infer E): any; }, ...args: any) => any ? NonNullable<E> : | ||
T extends (props: any, ctx: any, expose: (exposed: infer E) => any, ...args: any) => any ? NonNullable<E> : | ||
{}; | ||
@@ -30,0 +30,0 @@ |
{ | ||
"name": "vue-component-type-helpers", | ||
"version": "1.8.8", | ||
"version": "1.8.10", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "files": [ | ||
}, | ||
"gitHead": "62a08c35722319bcca90ea3ebd3236fbd986a6a6" | ||
"gitHead": "97d60fa475b653fe435a7fae6e2a626821658351" | ||
} |
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
4203