export function nullish(
  data: IObject,
  propertyNullishValues: INullish = {},
): IObject {
  const config = nullishConfig(propertyNullishValues);