Skip to main content
Module

std/collections/map_not_nullish.ts

The Deno Standard Library
Latest
import * as mod from "https://deno.land/std@0.224.0/collections/map_not_nullish.ts";

Functions

Returns a new array, containing all elements in the given array transformed using the given transformer, except the ones that were transformed to null or undefined.