Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "object/un-stringify-object"

Index

Functions

Functions

unStringifyObject

  • unStringifyObject<T>(obj: T): {}
  • Accepts an object of any key/values, and tries to un-stringify each value, and returns the new resulting object.

    Type parameters

    Parameters

    • obj: T

      The object to try to un-stringify its children.

    Returns {}

    The un-stringified object (a new object, obj is untouched).

Generated using TypeDoc