Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/deps.ts>asserts.unimplemented

A file system based router for Deno.
Latest
function asserts.unimplemented
import { asserts } from "https://deno.land/x/fsrouter@3.1.0/deps.ts";
const { unimplemented } = asserts;

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

Parameters

optional
msg: string

Returns

never