Get a result of Brexit referendum.
npm install is-brexit
const isBrexit = require('is-brexit');
console.log(isBrexit());trueTo run the test suite, first install the dependencies, then run npm test:
$ npm install
$ npm testDistributed under the MIT License.

