Humanize a number into time in React and React Native
npm install react-humanize-duration> Humanize a number into time in React and React Native 1000 → 1 second






```
$ npm install react-humanize-duration
`js
import HumanizeDuration from 'react-humanize-duration';
const App = () => (
// => '1 second'
`
Type: integer
`jsx
// => '1 second'
`
Type: object
`jsx
// => '1 segundo'
``
MIT © Yohix