'use strict'; /** * Returns `true` if `value` exists in the given string, array * or object. See [any] for documentation. * * @name .any * @param {*} `value` * @param {*} `target` * @param {Object} `options` * @api public */ module.exports = require('any');