UNPKG

vue-app-sdk

Version:
8 lines (7 loc) 173 B
import isPlainObject from "./isPlainObject.js"; function customOmitClone(value) { return isPlainObject(value) ? void 0 : value; } export { customOmitClone as default };