index
:
scotsleidassocie.org.git
33-paypal-membership
33-webauthn
34-add-disabled-button-variant
contact-form
production
rework
staging
The website of the Scots Language Society, implemented in Astro
git+scotsleidassocie.org@mail.joeac.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
types
/
Digit.d.ts
blob: 0723a63d3e4010e58cb58421ff34c97edc0dbffd (
plain
)
1
2
3
type Digit = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9; export default Digit;