asi-calculator/lib/index.ts
Matthias Kretschmann 0d08ba807b
better number formatting (#9)
* tweak number display

* select whole amount upon input focus

* handle letter input

* number formatting
2024-04-16 12:20:29 +02:00

4 lines
75 B
TypeScript

export * from './numbers'
export * from './fetch'
export * from './tokens'