Function oDeleteUndefined

  • Delete all undefined own properties from an object. The keys to check default to all own keys and symbols.

    Type Parameters

    Parameters

    • obj: T

      The object to delete undefined properties from

    • getKeys: ((value) => ObjectKey[]) = Reflect.ownKeys

      A function that returns the keys to check for undefined values

    Returns Partial<T>

Generated using TypeDoc