@tsonic/dotnet 0.8.7 → 0.8.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2227,7 +2227,7 @@ export type ExtensionMethods_System<TShape> =
|
|
|
2227
2227
|
(TShape extends System.ReadOnlyMemory_1<infer T0 extends System.IEquatable_1<T0>> ? __Ext_System_ReadOnlyMemory_1<T0> : {}) &
|
|
2228
2228
|
(TShape extends System.ReadOnlySpan_1<infer T0 extends System.IEquatable_1<T0>> ? __Ext_System_ReadOnlySpan_1<T0> : {}) &
|
|
2229
2229
|
(TShape extends System.Span_1<infer T0 extends System.IEquatable_1<T0>> ? __Ext_System_Span_1<T0> : {}) &
|
|
2230
|
-
(TShape extends
|
|
2230
|
+
(TShape extends string ? __Ext_System_String : {}) &
|
|
2231
2231
|
(TShape extends System.Tuple_1<infer T0> ? __Ext_System_Tuple_1<T0> : {}) &
|
|
2232
2232
|
(TShape extends System.Tuple_2<infer T0, infer T1> ? __Ext_System_Tuple_2<T0, T1> : {}) &
|
|
2233
2233
|
(TShape extends System.Tuple_3<infer T0, infer T1, infer T2> ? __Ext_System_Tuple_3<T0, T1, T2> : {}) &
|