prop-types-callable
v15.5.9
Published
Runtime type checking for React props and similar objects.
Downloads
17
Readme
prop-types-callable
This is a fork of React prop-types
, intended for use in production.
Differences
The main difference is that all validator functions are manually callable, in both development and production environments, without any warnings.
- Updated environment checks and tests to allow calling validator functions
- Expose
PropTypeError
, a light-weight implementation of native Error object without stack trace - Expose only babel transpiled source files, instead of a browserify build