@seedalpha/whitelist
v1.0.10
Published
database of target audience domains, with simple checking function
Downloads
2
Readme
#Seed Whitelist
Module for storing target audience domains in a whitelist, and a function to check if email is in the whitelist
Changelog
1.0.0
:
- init
Usage
var whitelist = require('seed-whitelist);
var email = '[email protected]';
if (whitelist(email)) { console.log('this is whitelisted'); }
Authors
Marvin Lam [email protected]
License
©2015 Seedalpha