UNPKG

react-tabs

Version:
7 lines (6 loc) 140 B
"use strict"; // Get a universally unique identifier var count = 0; module.exports = function uuid() { return "react-tabs-" + count++; };