86400k

the number of milliseconds in one day, as a module

Usage no npm install needed!

<script type="module">
  import 6400k from 'https://cdn.skypack.dev/86400k';
</script>

README

86400k

the number of milliseconds in one day, as a module

usage

var one_day = require('86400k') //86400000
require('assert').equal(one_day, 1000*60*60*24)

License

MIT