Type of function arguments definition.
Optional Readonly argsArgument declarations.
Optional Readonly commentHuman-readable symbol comment used in its string representation.
Optional Readonly declareAutomatic function declaration policy.
When specified, the function will be automatically declared once referenced.
When omitted, the function has to be explicitly declared prior to being used.
Optional Readonly uniqueWhether the symbol is isUnique unique or not.
Non-unique symbols may be named multiple times in unrelated namespaces.
This option is ignored when declare one is set, as a auto-declared symbol is always unique.
true
Generated using TypeDoc
Function initialization options.