UNPKG

@thi.ng/strings

Version:

Various string formatting & utility functions

5 lines (4 loc) 90 B
const percent = (prec = 0) => (x) => (x * 100).toFixed(prec) + "%"; export { percent };