UNPKG

domotz-remote-pawn

Version:

Domotz Agent

6 lines (3 loc) 139 B
'use strict'; // http://www.ecma-international.org/ecma-262/5.1/#sec-9.2 module.exports = function ToBoolean(value) { return !!value; };