Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "object/normalize"

Index

Functions

Functions

normalize

  • normalize<T>(item: T): T
  • Normalizes an object by arranging it's properties in alphabetic order, so e.g. serialization always returns the same string.

    Type parameters

    • T

    Parameters

    • item: T

      The object to normalize

    Returns T

    The normalized object

Generated using TypeDoc