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} `; }, `
tw_utils · v1.0.0

tw_utils

Package Version Hex Docs

gleam add tw_utils@1
import tw_utils

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/tw_merge_gleam.

Development

gleam run   # Run the project
gleam test  # Run the tests
Search Document