Global

Methods

getParameterReferenceName(arg) → {string}

Get reference name to a parameter
Parameters:
Name Type Description
arg string
Source:
Returns:
Type
string

getServiceReference(arg)

Get name of service
Parameters:
Name Type Description
arg stirng
Source:
Requires:
  • module:{string}

isParameterReference(arg) → {Boolean}

Check if argument is a reference to a parameter
Parameters:
Name Type Description
arg string
Source:
Returns:
Type
Boolean

isServiceReference(arg) → {Boolean}

CHeck if argument starts with `@`
Parameters:
Name Type Description
arg string
Source:
Returns:
Type
Boolean