ngs-doo / revenj

DSL Platform compatible backend
https://dsl-platform.com
BSD 3-Clause "New" or "Revised" License
268 stars 44 forks source link

Fix NumberFormatter if precision is set to 0 #175

Closed mskalnik closed 2 years ago

mskalnik commented 2 years ago

format.precision ? format.precision : undefined would return undefined since 0 resolves to false.