interface TranslationOptions {
    escape?: boolean;
    sanitize?: boolean;
}

Properties

Properties

escape?: boolean

enable/disable auto escape of placeholders (by default enabled)

sanitize?: boolean

enable/disable sanitization (by default enabled)

MMNEPVFCICPMFPCPTTAAATR