tn-numpad

Leading zeroes to a number

Usage no npm install needed!

<script type="module">
  import tnNumpad from 'https://cdn.skypack.dev/tn-numpad';
</script>

README

Bundle Size - 288 bytes gzipped

Usage

import { numpad } from 'tn-numpad'

numpad(-5.7556, 3, '0') // -005.7556
numpad(5.7556, 3, '0', 2) // 005.76
numpad(5, 3, '0', 2) // 005.00
numpad(-25.7799, 4, 'x', 2) // -xx25.78