is-the-same-gmail
v1.0.0
Published
> compare 2 emails is the same gmail or not
Downloads
4
Maintainers
Readme
is the same gmail address
compare 2 emails is the same gmail or not
install
yarn add is-the-same-gmail
const isTheSameGmail = require("is-the-same-gmail");
console.log(
isTheSameGmail("[email protected]", "[email protected]"),
isTheSameGmail("[email protected]", "[email protected]"),
isTheSameGmail("[email protected]", "[email protected]"),
isTheSameGmail(("[email protected]", "[email protected]"),
);
/*
* true
* true
* true
* false
*/