Convert bytes to a human readable string: 1337 → 1.34 kB
sindresorhusover 1 year agoParse a decimal number with i18n format support (localized decimal points and thousands separators)
AndreasPizsaover 2 years agoA material-ui react component to format phone numbers. Based on react-phone-input-2
harish-everestover 1 year agoConvert bytes to a human readable string: 1337 → 1.34 kB and works on IE 11 because we don't use arrow functions and use var
instead of const
to declare variables 😑