Sha256: 1c45f4be0a0612b7ea3b2f5701a0e3bf109e81c62da962bcde85b7d5b8cf775f

Contents?: true

Size: 450 Bytes

Versions: 69

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

69 entries across 64 versions & 8 rubygems

Version Path
immosquare-cleaner-0.1.18 node_modules/es-abstract/helpers/timeConstants.js
immosquare-cleaner-0.1.17 node_modules/es-abstract/helpers/timeConstants.js
immosquare-cleaner-0.1.16 node_modules/es-abstract/helpers/timeConstants.js
immosquare-cleaner-0.1.14 node_modules/es-abstract/helpers/timeConstants.js
immosquare-cleaner-0.1.13 node_modules/es-abstract/helpers/timeConstants.js
immosquare-cleaner-0.1.12 node_modules/es-abstract/helpers/timeConstants.js
immosquare-cleaner-0.1.11 node_modules/es-abstract/helpers/timeConstants.js
immosquare-cleaner-0.1.10 node_modules/es-abstract/helpers/timeConstants.js
immosquare-cleaner-0.1.9 node_modules/es-abstract/helpers/timeConstants.js
immosquare-cleaner-0.1.8 node_modules/es-abstract/helpers/timeConstants.js
immosquare-cleaner-0.1.7 node_modules/es-abstract/helpers/timeConstants.js
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/object.assign/node_modules/es-abstract/helpers/timeConstants.js
tang-0.2.1 spec/tang_app/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
groonga-client-model-6.0.0 test/apps/rails6.1.3/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/object.assign/node_modules/es-abstract/helpers/timeConstants.js