UNPKG

utils

Version:

Fast, generic JavaScript/node.js utility functions.

15 lines (12 loc) 269 B
'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');