UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

25 lines (21 loc) 496 B
/** * xdesign v1.0.6 * (c) 2023 xdesign * @license MIT */ import './dep-10a947a6.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-5f0e0453.mjs.map