1.0.1 • Published 4 years ago
are-you-handsome v1.0.1
are-you-handsome@1.0.0
The are-you-handsome
library exported as Node.js
modules.
Installation
Using npm:
$ npm i are-you-handsome
In 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.