Last active
March 9, 2021 22:58
-
-
Save davejtoews/60f9757a824b0a6f389ae56e6c5501a7 to your computer and use it in GitHub Desktop.
JavaScript object code snippet
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
Show hidden characters
{ | |
"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