astro-ghostcms/.pnpm-store/v3/files/70/e08ec2c0a5c247f5359c001e865...

6 lines
130 B
Plaintext

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