UNPKG

apisearch-events-ui

Version:

Javascript User Interface to visualize all events data.

4 lines 122 B
/** * Create an envID */ export const createEnvironmentId = () => `env_${Math.ceil(Math.random() * (9999999 - 1) + 1)}`;