Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/treffynnon/elm-tfn
Test the validity of a given 8 or 9 digit Australian Tax File Number (TFN).
https://github.com/treffynnon/elm-tfn
elm elm-lang
Last synced: about 1 month ago
JSON representation
Test the validity of a given 8 or 9 digit Australian Tax File Number (TFN).
- Host: GitHub
- URL: https://github.com/treffynnon/elm-tfn
- Owner: treffynnon
- License: apache-2.0
- Created: 2017-09-27T12:15:08.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-27T12:50:10.000Z (about 7 years ago)
- Last Synced: 2024-09-30T05:23:01.326Z (about 1 month ago)
- Topics: elm, elm-lang
- Language: Elm
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# elm-tfn
Test the validity of a given 8 or 9 digit Australian Tax File Number (TFN).
## Usage
```elm
import TfntfnIsValid = Tfn.isValid "555-000-555"
--> tfnIsValid == TruetfnIsInvalid = Tfn.isValid "123-456-789"
--> tfnIsInvalid == False
```## Licence
Copyright © 2017 Simon Holywell.
Distributed under Apache 2.0 licence.