nationid - v2.2.1
    Preparing search index...

    Function format

    • Apply the canonical mask for display. If input is not a valid number for code, returns input unchanged (soft fallback so render code never throws).

      Parameters

      • code: DocumentTypeCode

        Document type whose mask pattern applies.

      • input: string

        Raw or normalized document body.

      Returns string

      Human-friendly formatted string with separators.

      if code is not registered.

      format("BR_CNPJ", "12345678000190"); // "12.345.678/0001-90"
      format("SV_DUI", "045678903"); // "04567890-3"