class ConvertToAsciiTransformation

Transformation that converts non-ASCII domain names to Punycode.

Properties

readonly
name: string

Human-readable name of the transformation

The transformation type identifier

Methods

executeSync(rules: string[]): string[]

Converts non-ASCII domain names to Punycode.

Usage

import { ConvertToAsciiTransformation } from ".";