UNPKG

cione-comp-lib

Version:

`$ yarn add cione-comp-lib` 或者 `$ npm i cione-comp-lib -S`

7 lines (6 loc) 193 B
import copyObject from "./_copyObject.mjs"; import keysIn from "./keysIn.mjs"; function toPlainObject(value) { return copyObject(value, keysIn(value)); } export { toPlainObject as default };