Skip to content

Instantly share code, notes, and snippets.

@derhuerst
Created January 13, 2016 23:39
Show Gist options
  • Save derhuerst/efb9c3a78aa68ec5c5d0 to your computer and use it in GitHub Desktop.
Save derhuerst/efb9c3a78aa68ec5c5d0 to your computer and use it in GitHub Desktop.
functional secret storage
module.exports = (key, secret) -> (key2) -> if key is key2 then secret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment