Datoteca — API Reference
    Preparing search index...

    Interface RutOptions

    Opciones para generar un RUT chileno.

    Options for generating a Chilean RUT.

    interface RutOptions {
        dv?: boolean;
        format?: RutFormat;
    }
    Index
    dv?: boolean

    Si se incluye el dígito verificador. / Whether to include the check digit.

    format?: RutFormat

    Formato de salida del número. / Output format of the number.