Last active
August 29, 2015 14:06
-
-
Save pmark/f59691962e7310e07676 to your computer and use it in GitHub Desktop.
tokenize string
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// [email protected] 0600646f49c0a8a05f584b5bbdff435a3ebe8900 | |
// [email protected] 08cd3e9fff85b776622024387486160df467f2cf | |
require('./pii-store').tokenizeString('[email protected]', function(err, token){ console.log(err, token); }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment