Skip to main content
Module

x/unnullish/mod.ts

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

Functions

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