UNPKG

react-floating-profile

Version:

React component to display your github profile <p align="left"> <a href="https://www.npmjs.com/package/react-floating-profile"><img src="https://flat.badgen.net/npm/v/react-floating-profile" alt="react-floating-profile version" /></a> <a href="http

6 lines (5 loc) 170 B
export default function addCommasToNumber(num) { if (!num) return "0"; return num.toLocaleString(); // 기본적으로 세자리마다 콤마를 추가 }