mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-24 05:57:26 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
14
web/admin-spa/node_modules/lodash/_setToString.js
generated
vendored
14
web/admin-spa/node_modules/lodash/_setToString.js
generated
vendored
@@ -1,14 +0,0 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user