Skip to content

Instantly share code, notes, and snippets.

@davejtoews
Last active March 9, 2021 22:58
Show Gist options
  • Save davejtoews/60f9757a824b0a6f389ae56e6c5501a7 to your computer and use it in GitHub Desktop.
Save davejtoews/60f9757a824b0a6f389ae56e6c5501a7 to your computer and use it in GitHub Desktop.
JavaScript object code snippet
{
"DataObject": {
"scope": "javascript",
"prefix": "exportableObject",
"body": [
"const ${1:Name} = {",
" $2",
"};",
"",
"export default ${1:Name};",
""
],
"description": "Template for new Javascript Object"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment