TRUE - nodef/extra-function GitHub Wiki

Return false.

Similar: FALSE, TRUE.

function TRUE(...args)
// args: arguments (ignored)
const xfunction = require('extra-function');


xfunction.TRUE();
// → true

References