/** * @tsplus static Show/Ops number */ export const number: Show = Show( (a) => JSON.stringify(a) )