fingerprint.react-native.js 186 B

12345678
  1. var pad = require('./pad.js');
  2. var globalCount = Object.keys(global);
  3. var clientId = pad(globalCount.toString(36), 4);
  4. module.exports = function fingerprint () {
  5. return clientId;
  6. };