egirlskey/src/client/filters/number.ts

2 lines
60 B
TypeScript

export default n => n == null ? 'N/A' : n.toLocaleString();