| 1 | import { transform } from "@babel/standalone"; |
| 2 | import jsonToProptypes from "babel-plugin-json-to-proptypes"; |
| 3 | import jsonToMobxTree from "@assets/vendor/babel-plugin-js-to-mobx-state-tree"; |
| 4 | import { merge } from "lodash"; |
nothing calls this directly
no test coverage detected