Closed kubk closed 2 years ago
It should be enough to just extract this part of code into separate file and function like installMobxFormatters: https://github.com/kubk/mobx-log/blob/master/src/make-loggable.ts#L43+L53
installMobxFormatters
Also it is required to add export here: https://github.com/kubk/mobx-log/blob/master/src/index.ts It will make this functions available as import { installMobxFormatters } from 'mobx-log';
import { installMobxFormatters } from 'mobx-log';
@inoyakaigor Contributions are welcome!
It should be enough to just extract this part of code into separate file and function like
installMobxFormatters
: https://github.com/kubk/mobx-log/blob/master/src/make-loggable.ts#L43+L53Also it is required to add export here: https://github.com/kubk/mobx-log/blob/master/src/index.ts It will make this functions available as
import { installMobxFormatters } from 'mobx-log';
@inoyakaigor Contributions are welcome!