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.
Go to Latest
function asserts.unimplemented
import { asserts } from "https://deno.land/x/fsrouter@2.11.1/deps.ts";
const { unimplemented } = asserts;

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

Parameters

optional
msg: string

Returns

never