UNPKG

@thi.ng/strings

Version:

Various string formatting & utility functions

5 lines (4 loc) 96 B
const hstr = (x) => x != null ? (x = x.toString(), `${x.length}H${x}`) : ""; export { hstr };