UNPKG

apisearch-ui

Version:

Javascript User Interface of Apisearch.

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