@intlify/shared
Advanced tools
Comparing version 10.0.0-beta.6 to 10.0.0-rc.1
export declare const assign: { | ||
<T extends {}, U>(target: T, source: U): T & U; | ||
<T_1 extends {}, U_1, V>(target: T_1, source1: U_1, source2: V): T_1 & U_1 & V; | ||
<T_2 extends {}, U_2, V_1, W>(target: T_2, source1: U_2, source2: V_1, source3: W): T_2 & U_2 & V_1 & W; | ||
<T extends {}, U, V>(target: T, source1: U, source2: V): T & U & V; | ||
<T extends {}, U, V, W>(target: T, source1: U, source2: V, source3: W): T & U & V & W; | ||
(target: object, ...sources: any[]): any; | ||
@@ -7,0 +7,0 @@ }; |
/*! | ||
* shared v10.0.0-beta.6 | ||
* shared v10.0.0-rc.1 | ||
* (c) 2024 kazuya kawaguchi | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
/*! | ||
* shared v10.0.0-beta.6 | ||
* shared v10.0.0-rc.1 | ||
* (c) 2024 kazuya kawaguchi | ||
@@ -4,0 +4,0 @@ * Released under the MIT License. |
{ | ||
"name": "@intlify/shared", | ||
"version": "10.0.0-beta.6", | ||
"version": "10.0.0-rc.1", | ||
"description": "@intlify/shared", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
46338