Gazebo_simulation-Frontend/node_modules/gud/index.js
2020-12-21 10:29:31 -05:00

9 lines
139 B
JavaScript

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