aswi2020vldc-gitlab/templetes/node_modules/es-abstract/2018/ToBoolean.js @ 56f6c6df
1 |
'use strict'; |
---|---|
2 |
|
3 |
// http://www.ecma-international.org/ecma-262/5.1/#sec-9.2
|
4 |
|
5 |
module.exports = function ToBoolean(value) { return !!value; }; |