Skip to main content
Module

x/snel/mod.ts

A Cybernetical framework for svelte applications in deno
Latest
import * as snel from "https://deno.land/x/snel@v0.7.1/mod.ts";

Variables

Copyright (c) Crew Dev.

Functions

Match route from path name.

Normalize a pathname for matching, replaces multiple slashes with a single slash and normalizes unicode characters to "NFC". When using this method, decode should be an identity function so you don't decode strings twice.