UNPKG

react-tunnels

Version:

A easy way to communicate rendering logic and data to ancestor components in React.

9 lines (8 loc) 209 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = uniqueId; function uniqueId() { return Math.floor((1 + Math.random()) * 0x10000).toString(16).substring(1); }