Using `Schema` for `toFixed` and String Appending

How to do toFixed in Schema, for example:
(num / 1000).toFixed(2) + 'k';

also if we've a string how to append a string to it using Schema (is Schema.transform the only way?)
Was this page helpful?