UNPKG

@anywhichway/lazui

Version:

Single page apps and lazy loading sites with minimal JavaScript or client build processes.

7 lines (5 loc) 196 B
import {flexroute} from "./flexroute.js" const flexrouter = ({options={},servers=[]}={}) => { return flexroute().withServers(options,...servers); } export {flexrouter, flexrouter as default}