database-petani-mobile/node_modules/es-abstract/helpers/timeValue.js
2026-02-23 16:39:35 +07:00

8 lines
153 B
JavaScript

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