are-you-handsome
v1.0.1
Published
The `are-you-handsome` library exported as `Node.js` modules.
Readme
[email protected]
The are-you-handsome library exported as Node.js modules.
Installation
Using npm:
$ npm i are-you-handsomeIn Node.js:
// Load the full build.
const areYouHandsome = require("are-you-handsome");
const isHandsome = areYouHandsome();
if (isHandsome) {
// do something
} else {
// do something else
}See the package source for more details.
Support
Tested in Chrome 74-75, Firefox 66-67, IE 11, Edge 18, Safari 11-12, & Node.js 8-12.
