%PDF- %PDF-
Direktori : /var/www/html/node_modules/lodash-es/ |
Current File : /var/www/html/node_modules/lodash-es/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. } export default noop;