zeed
    Preparing search index...

    Function setUuidDefaultEncoding

    • Configure the default encoding and whether generated IDs should be lexicographically sortable.

      Parameters

      • Optionalmode: "base32" | "base62" | "uuidv4" | "test"

        encoding mode ('base62' | 'base32' | 'uuidv4' | 'test')

      • sorted: boolean = false

        when true, uuid() will prefer sortable SUIDs

      Returns void