Skip to main content
Module

x/unnullish/mod.ts

🦕 An opposite function of nullish coalescing operator
Go to Latest
import * as unnullish from "https://deno.land/x/unnullish@v0.1.0/mod.ts";

Functions

Returns the value as is if value is nullish, otherwise it executes callback and returns the result.