Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/plug/test_deps.ts>unimplemented

๐Ÿ”Œ Deno FFI helper module
Go to Latest
function unimplemented
import { unimplemented } from "https://deno.land/x/plug@1.0.0-rc.3/test_deps.ts";

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

Parameters

optional
msg: string

Returns

never