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} `; }, `
glucose · v0.1.0

glucose

Package Version Hex Docs

The Sweet way to use the DOM

Quick start

gleam run   # Run the project
gleam test  # Run the tests
gleam shell # Run an Erlang shell

Installation

gleam add glucose

Documentation can be found at https://hexdocs.pm/glucose.

Search Document