Function shortGuid

Generates a short roughly unique id

const id = shortGuid();
  • Parameters

    • options: Readonly<{
          source?: RandomSource;
      }> = {}

      Options.

    Returns string