oneday

The number of milliseconds in one day
Usage
Complete API Documentation.
import oneday from 'oneday'
setInterval(function () {
console.log('this occurred 24 hours later')
}, oneday)
Install
- Install:
npm install --save oneday
- Import:
import pkg from ('oneday')
- Require:
const pkg = require('oneday').default
import pkg from 'https://unpkg.com/oneday@^4.13.0/edition-deno/index.ts'
<script type="module">
import pkg from '//cdn.skypack.dev/oneday@^4.13.0'
</script>
<script type="module">
import pkg from '//unpkg.com/oneday@^4.13.0'
</script>
<script type="module">
import pkg from '//dev.jspm.io/oneday@4.13.0'
</script>
This package is published with the following editions:
oneday/source/index.ts
is TypeScript source code with Import for modules
oneday/edition-browsers/index.js
is TypeScript compiled against ES2019 for web browsers with Import for modules
oneday
aliases oneday/edition-esnext/index.js
oneday/edition-esnext/index.js
is TypeScript compiled against ESNext for Node.js 10 || 12 || 13 || 14 with Require for modules
oneday/edition-esnext-esm/index.js
is TypeScript compiled against ESNext for Node.js 12 || 13 || 14 with Import for modules
oneday/edition-deno/index.ts
is TypeScript source code made to be compatible with Deno
History
Discover the release history by heading on over to the HISTORY.md
file.
Contribute
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
Backers
Maintainers
These amazing people are maintaining this project:
No sponsors yet! Will you be the first?

Contributors
These amazing people have contributed code to this project:
Discover how you can contribute by heading on over to the CONTRIBUTING.md
file.
License
Unless stated otherwise all works are:
and licensed under: