@qvant/qui-max
Version:
A Vue 3 Design system for Web.
15 lines (14 loc) • 486 B
JavaScript
import constant from "./constant.js";
import defineProperty from "./_defineProperty.js";
import identity from "./identity.js";
var baseSetToString = !defineProperty ? identity : function(func, string) {
return defineProperty(func, "toString", {
"configurable": true,
"enumerable": false,
"value": constant(string),
"writable": true
});
};
var baseSetToString$1 = baseSetToString;
export { baseSetToString$1 as default };
//# sourceMappingURL=_baseSetToString.js.map