i

ibanator

@preview

A package for validating and formatting International Bank Account Numbers (IBANs) according to ISO 13616-1.

v0.1.0
EUPL-1.2
1 downloads

Package Information

Last Updated
Authors
@mainrs
Categories
text

1. Get the package

Download the package using the TPIX CLI:

tpix get @preview/ibanator:0.1.0

2. Import in your Typst file

Add this to your .typ file:

#import "@preview/ibanator:0.1.0": *

Version History

0.1.0
7af25b3ce3aa...

typst-iban-formatter

Validate and format IBAN numbers according to ISO 13616-1.

Usage

#import "@preview/ibanator:0.1.0": iban

#iban("DE89370400440532013000")

To disable validation, set the validate flag to false:

#iban("DE89370400440532013000", validate: false)