Function removeUndefined

  • Returns

    new object with only entries from o which are not "undefined"

    Type Parameters

    • T extends object

    Parameters

    • o: T

      object

    Returns Partial<T>

Generated using TypeDoc