Description
Numbers can be checked against the Luhn algorithm for quick validation tasks.
This package is useful for developers or users verifying identifiers such as card-like numbers in scripts or terminal workflows. It validates checksum structure, not real account status.
A valid Luhn checksum does not prove ownership, funds, or authenticity. Treat results only as format validation.