source: imaps-frontend/node_modules/lodash/_setToString.js@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 392 bytes
RevLine 
[79a0317]1var baseSetToString = require('./_baseSetToString'),
2 shortOut = require('./_shortOut');
3
4/**
5 * Sets the `toString` method of `func` to return `string`.
6 *
7 * @private
8 * @param {Function} func The function to modify.
9 * @param {Function} string The `toString` result.
10 * @returns {Function} Returns `func`.
11 */
12var setToString = shortOut(baseSetToString);
13
14module.exports = setToString;
Note: See TracBrowser for help on using the repository browser.