@thirdact/to-pojo

A simple module that attempts to turn a complex javascript object into a simple one using pre-defined conversion methods.

Usage no npm install needed!

<script type="module">
  import thirdactToPojo from 'https://cdn.skypack.dev/@thirdact/to-pojo';
</script>

README

To POJO

npm version

Build Status

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'
});

Documentation

See https://thirdact-open-source.github.io/to-pojo/.