time-to-botec/js/node_modules/@stdlib/constants/time
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00
..
docs/types feat: add the node modules 2022-12-03 12:44:49 +00:00
hours-in-day feat: add the node modules 2022-12-03 12:44:49 +00:00
hours-in-week feat: add the node modules 2022-12-03 12:44:49 +00:00
lib feat: add the node modules 2022-12-03 12:44:49 +00:00
milliseconds-in-day feat: add the node modules 2022-12-03 12:44:49 +00:00
milliseconds-in-hour feat: add the node modules 2022-12-03 12:44:49 +00:00
milliseconds-in-minute feat: add the node modules 2022-12-03 12:44:49 +00:00
milliseconds-in-second feat: add the node modules 2022-12-03 12:44:49 +00:00
milliseconds-in-week feat: add the node modules 2022-12-03 12:44:49 +00:00
minutes-in-day feat: add the node modules 2022-12-03 12:44:49 +00:00
minutes-in-hour feat: add the node modules 2022-12-03 12:44:49 +00:00
minutes-in-week feat: add the node modules 2022-12-03 12:44:49 +00:00
months-in-year feat: add the node modules 2022-12-03 12:44:49 +00:00
seconds-in-day feat: add the node modules 2022-12-03 12:44:49 +00:00
seconds-in-hour feat: add the node modules 2022-12-03 12:44:49 +00:00
seconds-in-minute feat: add the node modules 2022-12-03 12:44:49 +00:00
seconds-in-week feat: add the node modules 2022-12-03 12:44:49 +00:00
package.json feat: add the node modules 2022-12-03 12:44:49 +00:00
README.md feat: add the node modules 2022-12-03 12:44:49 +00:00

Constants

Time constants.

Usage

var constants = require( '@stdlib/constants/time' );

constants

Time constants.

var c = constants;
// returns {...}

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var constants = require( '@stdlib/constants/time' );

console.log( objectKeys( constants ) );