UNPKG

@qvant/qui-max

Version:

A Vue 3 Design system for Web.

8 lines (7 loc) 233 B
import copyObject from "./_copyObject.js"; import keysIn from "./keysIn.js"; function toPlainObject(value) { return copyObject(value, keysIn(value)); } export { toPlainObject as default }; //# sourceMappingURL=toPlainObject.js.map