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

ucan.decode

Try to decode a UCAN. Will throw if it fails.

function decode(ucan: string): Ucan;
§
decode(ucan: string): Ucan
[src]

§Parameters

§
ucan: string
[src]

The encoded UCAN to decode

§Return Type