Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
es-abstract
/
5
/
ToBoolean.js
blob: 466404bf9992f0ba636249264c620d6c56215d6a [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
// http://262.ecma-international.org/5.1/#sec-9.2
module
.
exports
=
function
ToBoolean
(
value
)
{
return
!!
value
;
};