Syntax style
Since 3.0.0, there is an option to switch between syntax styles in easy-api.ts
Switching styles
You can use both syntaxes in each code, but you can set a
default one in API constructor options under dots
property.
Styles
Dotted
You can set this style by setting true
the dots property.
Old
You can set this style by setting false
the dots property.