Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

encodeCID

Encode a CID as a string.

function encodeCID(cid: CID | string): string;
§
encodeCID(cid: CID | string): string
[src]

§Parameters

§
cid: CID | string
[src]

§Return Type

§
string
[src]