Sha256: 1c45f4be0a0612b7ea3b2f5701a0e3bf109e81c62da962bcde85b7d5b8cf775f

Contents?: true

Size: 450 Bytes

Versions: 78

Compression:

Stored size: 450 Bytes

Contents

'use strict';

var HoursPerDay = 24;
var MinutesPerHour = 60;
var SecondsPerMinute = 60;
var msPerSecond = 1e3;
var msPerMinute = msPerSecond * SecondsPerMinute;
var msPerHour = msPerMinute * MinutesPerHour;
var msPerDay = 86400000;

module.exports = {
	HoursPerDay: HoursPerDay,
	MinutesPerHour: MinutesPerHour,
	SecondsPerMinute: SecondsPerMinute,
	msPerSecond: msPerSecond,
	msPerMinute: msPerMinute,
	msPerHour: msPerHour,
	msPerDay: msPerDay
};

Version data entries

78 entries across 73 versions & 9 rubygems

Version Path
immosquare-cleaner-0.1.6 node_modules/es-abstract/helpers/timeConstants.js
decidim-0.26.8 packages/eslint-config/node_modules/es-abstract/helpers/timeConstants.js
tang-0.2.1 spec/tang_app/node_modules/es-abstract/helpers/timeConstants.js
tang-0.2.1 spec/tang_app/node_modules/object.assign/node_modules/es-abstract/helpers/timeConstants.js
groonga-client-model-6.0.0 test/apps/rails6.1.3/node_modules/es-abstract/helpers/timeConstants.js
groonga-client-model-6.0.0 test/apps/rails6.0.3.5/node_modules/es-abstract/helpers/timeConstants.js
ruby2js-4.0.4 lib/tasks/testrails/node_modules/es-abstract/helpers/timeConstants.js
ruby2js-4.0.3 lib/tasks/testrails/node_modules/es-abstract/helpers/timeConstants.js
tang-0.2.0 spec/tang_app/node_modules/es-abstract/helpers/timeConstants.js
tang-0.2.0 spec/tang_app/node_modules/object.assign/node_modules/es-abstract/helpers/timeConstants.js
tang-0.1.0 spec/tang_app/node_modules/es-abstract/helpers/timeConstants.js
tang-0.1.0 spec/tang_app/node_modules/object.assign/node_modules/es-abstract/helpers/timeConstants.js
tang-0.0.9 spec/tang_app/node_modules/object.assign/node_modules/es-abstract/helpers/timeConstants.js
tang-0.0.9 spec/tang_app/node_modules/es-abstract/helpers/timeConstants.js
enju_library-0.3.8 spec/dummy/node_modules/es-abstract/helpers/timeConstants.js
ilog-0.4.1 node_modules/es-abstract/helpers/timeConstants.js
ilog-0.4.0 node_modules/es-abstract/helpers/timeConstants.js
ilog-0.3.3 node_modules/es-abstract/helpers/timeConstants.js