Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Commit bcae555

Browse files
committed
fixup! feat: expose codec code and allow construction by code
1 parent c043bc5 commit bcae555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js.flow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ declare class CID<a> {
1414
constructor(Uint8Array): void;
1515

1616
+codec: Codec;
17-
+code: CodecCode;
17+
+code: CodecCode;
1818
+multihash: Multihash;
1919
+bytes: Uint8Array;
2020
+prefix: Uint8Array;

0 commit comments

Comments
 (0)