mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 21:17:30 +00:00
chore: update frontend build for v1.1.82 [skip ci]
This commit is contained in:
14
web/admin-spa/node_modules/lodash-es/_castFunction.js
generated
vendored
14
web/admin-spa/node_modules/lodash-es/_castFunction.js
generated
vendored
@@ -1,14 +0,0 @@
|
||||
import identity from './identity.js';
|
||||
|
||||
/**
|
||||
* Casts `value` to `identity` if it's not a function.
|
||||
*
|
||||
* @private
|
||||
* @param {*} value The value to inspect.
|
||||
* @returns {Function} Returns cast function.
|
||||
*/
|
||||
function castFunction(value) {
|
||||
return typeof value == 'function' ? value : identity;
|
||||
}
|
||||
|
||||
export default castFunction;
|
||||
Reference in New Issue
Block a user