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

6 lines
130 B
Plaintext
Raw Normal View History

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