Projekt

Obecné

Profil

Stáhnout (139 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
'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; };