Created
July 30, 2024 15:30
-
-
Save sullemanhossam/3178d9d7d244ec9762062c941aa57219 to your computer and use it in GitHub Desktop.
nice const
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const licenses = [ | |
'MIT', | |
'CC-BY-SA-4.0', | |
'CC-BY-ND-4.0', | |
'CC-BY-NC-SA-4.0', | |
'CC-BY-NC-ND-4.0', | |
'CC-BY-NC-4.0', | |
'CC-BY-4.0', | |
'BSD-4-Clause-UC', | |
'Apache-2.0', | |
'W3C-20150513', | |
].map(value => ({value})); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment