2.4.2 • Published 2 years ago

@thirdact/to-pojo v2.4.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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/.