Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/object/normalisePath

Index

Functions

Const convertBracketNotationToDots

  • convertBracketNotationToDots(path: string): string
  • Converts bracket notation to plain dot notation

    example

    test[0][2] => test.0.2

    Parameters

    • path: string

    Returns string

Generated using TypeDoc