Skip to content

cleanObject

@tsed/core

Usage

typescript
import { cleanObject } from "@tsed/core";

See /packages/core/src/types/utils/objects/cleanObject.ts.

Overview

ts
function cleanObject(obj: Record<string, unknown>, ignore?: string[]): any;

Description

Remove undefined value

Released under the MIT License.