x/oak/deps.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
function compile
import { compile } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/deps.ts?s=compile";

Compile a string to a template function for the path.

Type Parameters

optional
P extends object = object
[src]

Parameters

str: string[src]
optional
options: ParseOptions & TokensToFunctionOptions
[src]