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

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

There is a newer version: 3.3.1
Show newest version
var baseSetToString = require('./_baseSetToString'),
    shortOut = require('./_shortOut');

/**
 * Sets the `toString` method of `func` to return `string`.
 *
 * @private
 * @param {Function} func The function to modify.
 * @param {Function} string The `toString` result.
 * @returns {Function} Returns `func`.
 */
var setToString = shortOut(baseSetToString);

module.exports = setToString;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy