HOME


sh-3ll 1.0
DIR:/home/medisavehealth/www/bright.medisavehealthcarebd.com/node_modules/lodash/
Upload File :
Current File : /home/medisavehealth/www/bright.medisavehealthcarebd.com/node_modules/lodash/noop.js
/**
 * This method returns `undefined`.
 *
 * @static
 * @memberOf _
 * @since 2.3.0
 * @category Util
 * @example
 *
 * _.times(2, _.noop);
 * // => [undefined, undefined]
 */
function noop() {
  // No operation performed.
}

module.exports = noop;