Skip to main content
Module

x/oak/deps.ts>compile

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function compile
import { compile } from "https://deno.land/x/oak@v11.1.0/deps.ts";

Compile a string to a template function for the path.

Type Parameters

optional
P extends object = object

Parameters

str: string
optional
options: ParseOptions & TokensToFunctionOptions