Skip to main content
Module

std/node/assert.ts>rejects

Deno standard library
Go to Latest
function rejects
import { rejects } from "https://deno.land/std@0.158.0/node/assert.ts";

Parameters

asyncFn: Promise<any> | (() => Promise<any>)
optional
error:
| RegExp
| Function
| Error
| string
optional
message: string