All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.lodash.stubTrue.js Maven / Gradle / Ivy

There is a newer version: 3.3.1
Show newest version
/**
 * This method returns `true`.
 *
 * @static
 * @memberOf _
 * @since 4.13.0
 * @category Util
 * @returns {boolean} Returns `true`.
 * @example
 *
 * _.times(2, _.stubTrue);
 * // => [true, true]
 */
function stubTrue() {
  return true;
}

module.exports = stubTrue;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy