aswi2020vldc-gitlab/templetes/node_modules/es-abstract/2016/ToBoolean.js @ 4605a44b
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; }; |