Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v12.6.2/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