@thirdact/to-pojo
v2.4.2
Published
A simple module that attempts to turn a complex javascript object into a simple one using pre-defined conversion methods.
Downloads
14
Keywords
Readme
To POJO
A simple module that attempts to turn a complex javascript object into a simple one using pre-defined conversion methods.
Example
const { toPojo } = require('@thirdact/to-pojo');
const myPojo = toPojo({
something: 'complex'
});