Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save shmidtelson/c47e3103fd7fecb773c0c2c15f4f69ba to your computer and use it in GitHub Desktop.
Save shmidtelson/c47e3103fd7fecb773c0c2c15f4f69ba to your computer and use it in GitHub Desktop.
Example.js
#~
let a = {
meta: {
requiresAuth: true,
userAuth: true,
adminAuth: true
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment