pareto-core-shorthands 0.2.7 → 0.2.8
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.
|
@@ -35,7 +35,7 @@ export declare const wrap_dictionary: <T>($: Raw_Or_Normal_Dictionary<T>) => Dic
|
|
|
35
35
|
export declare const wrap_list: <T>($: Raw_Or_Normal_List<T>) => List<_pi.Deprecated_Source_Location, T>;
|
|
36
36
|
export declare const wrap_state: <T extends readonly [string, any]>($: T) => {
|
|
37
37
|
location: _pi.Deprecated_Source_Location;
|
|
38
|
-
|
|
38
|
+
option: T;
|
|
39
39
|
};
|
|
40
40
|
export declare const wrap_optional: <T>($: T | null | undefined) => _pi.Optional_Value<T>;
|
|
41
41
|
export declare const wrap_reference: <T>($: string) => Reference_To_Normal_Dictionary_Entry<_pi.Deprecated_Source_Location, T>;
|
package/dist/unresolved_data.js
CHANGED