Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
es-abstract
/
helpers
/
timeValue.js
blob: 09f808a1cd6326c556805365b2d9ce60fc77d333 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
var
$DateGetTime
=
require
(
'call-bound'
)(
'Date.prototype.getTime'
);
module
.
exports
=
function
timeValue
(
x
)
{
return
$DateGetTime
(
x
);
};