README for first build

This commit is contained in:
2026-08-10 14:32:58 -03:00
parent 5bd2552641
commit 4d85187fb5
11 changed files with 201 additions and 16 deletions

View File

@@ -84,7 +84,7 @@ export function isCompleteCpf(value: string): boolean {
/**
* Origin of a user-typed site address, or null if it cannot be parsed.
* Accepts input without a scheme ("saladigital.example.com") by assuming
* Accepts input without a scheme ("portal.example.br") by assuming
* https, which is what someone pasting an address from the URL bar expects.
*/
export function toOrigin(value: string): string | null {