Files
minecraft-plugin-manager/frontend/webapp/node_modules/es-abstract/helpers/timeValue.js
2025-04-13 00:18:57 +02:00

8 lines
153 B
JavaScript

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