react.proptypes

2.0.0 • Public • Published

react-proptypes

Utility function for cutting back on repetitive code.

import rpt from 'react.proptypes';

static propTypes = rpt({
  username: 'string',
  age: 'number',
  handleChange: 'func',
  minor: 'bool',
});

Package Sidebar

Install

npm i react.proptypes

Weekly Downloads

3

Version

2.0.0

License

ISC

Last publish

Collaborators

  • fbguillo