element.version === currentVersion)) { versionNodes.unshift({ version: currentVersion, url: "#" }); } document.querySelector("#project-version").innerHTML = versionNodes.reduce( (acc, element) => { const status = currentVersion === element.version ? "selected disabled" : ""; return ` ${acc} `; }, `
decipher · v1.2.1

decipher

Package Version Hex Docs

decipher: to discover the meaning of something written badly or in a difficult or hidden way: – Cambridge Dictionary

Decipher is a collection of handy gleam/dynamic decoders to help you deal with awkward JSON APIs, impose additional constraints on dynamic data, or decode values of more exotic types.

Search Document