Introduction
Migration
Appearance
import { cleanObject } from "@tsed/core";
See /packages/core/src/types/utils/objects/cleanObject.ts.
function cleanObject(obj: Record<string, unknown>, ignore?: string[]): any;
Remove undefined value