UNPKG

tdesign-mobile-vue

Version:
25 lines (21 loc) 502 B
/** * tdesign v1.7.0 * (c) 2024 TDesign Group * @license MIT */ import './dep-8bf3054e.mjs'; /** * The base implementation of `_.unary` without support for storing metadata. * * @private * @param {Function} func The function to cap arguments for. * @returns {Function} Returns the new capped function. */ function baseUnary(func) { return function (value) { return func(value); }; } var _baseUnary = baseUnary; export { _baseUnary as _ }; //# sourceMappingURL=dep-b84be35c.mjs.map