mirror of
https://github.com/rjNemo/federation
synced 2026-06-09 19:46:40 +00:00
5 lines
139 B
JavaScript
Generated
5 lines
139 B
JavaScript
Generated
'use strict';
|
|
|
|
// http://www.ecma-international.org/ecma-262/5.1/#sec-9.2
|
|
|
|
module.exports = function ToBoolean(value) { return !!value; };
|