Skip to content

Instantly share code, notes, and snippets.

@sullemanhossam
Created July 30, 2024 15:30
Show Gist options
  • Save sullemanhossam/3178d9d7d244ec9762062c941aa57219 to your computer and use it in GitHub Desktop.
Save sullemanhossam/3178d9d7d244ec9762062c941aa57219 to your computer and use it in GitHub Desktop.
nice const
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