Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 139B

12345678
  1. // @flow
  2. 'use strict';
  3. var key = '__global_unique_id__';
  4. module.exports = function() {
  5. return global[key] = (global[key] || 0) + 1;
  6. };