1.0.0 • Published 5 years ago

getcopyright v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Functions

getFullCopyright(options) ⇒ string

Get the full string of Copyright

Kind: global function
Returns: string - - Copyright (+ extra) + © + current year

ParamTypeDescription
optionsObjectOptions that can be used
options.uppercasebooleanShould the text be capitalized?
options.extrastringExtra text inserted inside the result string

getCopyright() ⇒ string

Get the string of Copyright

Kind: global function
Returns: string - - © + current year