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} `; }, `
fyni · v2.0.0

Fyni

Package Version Hex Docs

A Funny Routing library for mist/wisp.

Yes, the name is just a badly written way of saying “funny”.

PS: This library ONLY works with wisp. If you’re not using wisp, you can probably use this package as a base and create one for your library of choice.

Usage

After importing fyni/router, just use the router.new function to create a new router and then… have fun!

See the simple example for more information.

Licensing

This project is under the MIT License. To read more about it, see here.

Search Document