Skip to content

Instantly share code, notes, and snippets.

@timwis
Created September 18, 2016 21:00
Show Gist options
  • Save timwis/77580cb7f344695dd01dddffec180e5a to your computer and use it in GitHub Desktop.
Save timwis/77580cb7f344695dd01dddffec180e5a to your computer and use it in GitHub Desktop.
function ensureParams (...params) {
params.forEach((param) => assert(window[param], `${param} must be passed`))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment