double-digit
0️⃣ Add leading zero to positive numbers under 10
const dd = ; // '02' // '02.2' // '11' // '02' // 'Something else' // Infinity
Transpiled version
Environments which exclude node_modules from the transpiling pipeline should include the "browser" entry instead of "main". This exposes an ES5 commonjs module.
Also available for explicit import:
const reduce = ;