StaticrandomGenerates a short random alphanumeric string derived from
Math.random().toString(36).
A random string of approximately 13 characters, e.g., "xyz789abc123".
StatictimestampReturns the current Unix timestamp in milliseconds (Date.now()).
A numeric timestamp, e.g., 1696118400000.
StaticuuidGenerates a RFC 4122 UUID v4 string. The implementation does not rely on any external dependency.
A UUID v4 string, e.g., "a1b2c3d4-e5f6-4789-abcd-ef1234567890".
Built-in key generation utilities used by the KeyPath
generatoroption and available for direct use in application code.Example