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