Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/netzo/deps/std/assert/mod.ts>unimplemented

Deno-powered framework for building business web apps
Go to Latest
function unimplemented
import { unimplemented } from "https://deno.land/x/netzo@0.3.91/deps/std/assert/mod.ts";

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

Parameters

optional
msg: string

Returns

never