Skip to main content
Module

x/fastro/server/deps.ts>unimplemented

Fast and simple web application framework for deno
Go to Latest
function unimplemented
import { unimplemented } from "https://deno.land/x/fastro@v0.67.2/server/deps.ts";

Use this to stub out methods that will throw when invoked.

Parameters

optional
msg: string

Returns

never