UNPKG

documon

Version:

A documentation system for mortals. Use with any language.

11 lines (5 loc) 252 B
# Optional Values To define properties or method parameters as optional, wrap the name with quare brackets. @prop {object} [foo] When the property has a default value, keep the value within the square brackets as well @prop {object} [foo="bar"]