Where are the telephone validation rules declared?

I’d like to change phone validation rule in checkout, but I cannot find the place where it is declared. According to this list Magento 2 JavaScript validators I could set it for example to phoneUK.

In what particular file is it declared? What is the right way to create my own rule, extend the lib validator and change validation in checkout?

Thanks for help.

How is a customer’s telephone validated?