1.0.0 • Published 6 years ago
getcopyright v1.0.0
Functions
getFullCopyright(options) ⇒ string
Get the full string of Copyright
Kind: global function
Returns: string - - Copyright (+ extra) + © + current year
| Param | Type | Description |
|---|---|---|
| options | Object | Options that can be used |
| options.uppercase | boolean | Should the text be capitalized? |
| options.extra | string | Extra text inserted inside the result string |
getCopyright() ⇒ string
Get the string of Copyright
Kind: global function
Returns: string - - © + current year
1.0.0
6 years ago