mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 01:09:31 +08:00
5 lines
130 B
Text
5 lines
130 B
Text
'use strict';
|
|
|
|
// http://262.ecma-international.org/5.1/#sec-9.2
|
|
|
|
module.exports = function ToBoolean(value) { return !!value; };
|