All Downloads are FREE. Search and download functionalities are using the official Maven repository.

lib.enonic.asset.response.generateErrorId.ts Maven / Gradle / Ivy

export function generateErrorId(): string {
  return Math.floor(Math.random() * 1000000000000000).toString(36);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy