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} `; }, `
gramps · v6.0.1

gramps

Package Version Hex Docs

Some helper data types and functions for WebSockets.

Used in stratus and mist as well.

I will document this more, and am definitely open to adding / reshaping this to fit the needs of other packages!

Installation

gleam add gramps

Its documentation can be found at https://hexdocs.pm/gramps.

Search Document