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