UNPKG

infinity-trend

Version:

A React component designed for effortlessly creating smooth, responsive trend and line graphs.

4 lines 158 B
// eslint-disable-next-line no-restricted-properties export var generateId = function generateId() { return Math.round(Math.random() * Math.pow(10, 16)); };