@jokerwang/format-util
Version:
15 lines • 428 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<script src="./dist/index.min.js"></script>
<script>
console.log(window.formatNumber('6222600260001072444', {type: ' ', splitLength: 4, leftToRight: true}));
</script>
</body>
</html>