• Returns path to every scalar item in the variable.

    Returns

    Every path to scalar properties. If the value is not an array or object, will return the baseKey itself if it's defined. If the baseKey is not defined or is empty, will return an empty array. @PURE

    Nosideeffects

    Parameters

    • value: any
    • baseKey: string = ''

    Returns string[]

Generated using TypeDoc