UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

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