Interface PermlinkNormalizationOptions

interface PermlinkNormalizationOptions {
    fallback?: string;
    maxLength?: number;
}

Properties

fallback?: string

Fallback when normalization removes every character.

maxLength?: number

Maximum normalized length. Defaults to Blurt's safe public limit of 255 bytes/chars for ASCII slugs.