Skip to content

Instantly share code, notes, and snippets.

@ArnaudBuchholz
Created March 7, 2020 04:44
Show Gist options
  • Save ArnaudBuchholz/e056a8a80a3138269d1ccd33d46702d1 to your computer and use it in GitHub Desktop.
Save ArnaudBuchholz/e056a8a80a3138269d1ccd33d46702d1 to your computer and use it in GitHub Desktop.
const { check } = require('reserve')
check({
port: 8080,
mappings: [{
/* ... */
}]
}).then(configuration => /* ... */)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment