A simple module that attempts to turn a complex javascript object into a simple one using pre-defined conversion methods.
npm install @thirdact/to-pojo

A simple module that attempts to turn a complex javascript object into a simple one using pre-defined conversion methods.
`` javascript``
const { toPojo } = require('@thirdact/to-pojo');
const myPojo = toPojo({
something: 'complex'
});