We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def23a9 commit 410dee8Copy full SHA for 410dee8
src/utils.ts
@@ -151,7 +151,9 @@ export const toMap = <T extends NestedValueObject>(
151
return map as unknown as NestedObjectToMap<T>;
152
};
153
154
-export const toObject = <T extends Map<string, DagCborEncodable | NestedValueMap | undefined>>(
+export const toObject = <
155
+ T extends Map<string, DagCborEncodable | NestedValueMap | undefined>,
156
+>(
157
x: T,
158
): NestedMapToObject<T> => {
159
const dict = {} as NestedMapToObject<T>;
src/version.ts
@@ -1,2 +1,2 @@
1
// Generated by genversion.
2
-export const version = "1.3.5";
+export const version = "1.3.6";
0 commit comments