Appearance
covenix / getTags
getTags(target): string[]
target
string
Defined in: src/metadata.ts:478
Reads the controller @Tags from a prototype.
@Tags
object
The controller prototype.
string[]
The tags, or [] if none were set.
[]