Files
conference-room-booking-system/frontend/node_modules/es-abstract/helpers/timeValue.js
2025-08-20 21:01:11 -04:00

8 lines
153 B
JavaScript

'use strict';
var $DateGetTime = require('call-bound')('Date.prototype.getTime');
module.exports = function timeValue(x) {
return $DateGetTime(x);
};