Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/globber/src/utils.ts>removeUndefined

Include and excludes files and directories from a deep search of the provided root directory
Latest
function removeUndefined
import { removeUndefined } from "https://deno.land/x/globber@0.1.0/src/utils.ts";

Removes all undefined values from an object.

Type Parameters

Shape extends object

Returns

Required<Shape>