Skip to main content
Module

x/ponder/deps.ts>asserts.unimplemented

Simple ORM for PostGRES
Latest
function asserts.unimplemented
import { asserts } from "https://deno.land/x/ponder@v0.1.0/deps.ts";
const { unimplemented } = asserts;

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

Parameters

optional
msg: string

Returns

never