Skip to main content
Module

x/deno_pixabay/deps.ts>assert

search image and video from pixabay in deno
Latest
function assert
import { assert } from "https://deno.land/x/deno_pixabay@v0.1.9/deps.ts";

Make an assertion, error will be thrown if expr does not have truthy value.

Parameters

expr: unknown
optional
msg = [UNSUPPORTED]

Returns

asserts expr