UNPKG

prop-types-exact

Version:

For use with React PropTypes. Will error on any prop not explicitly specified.

22 lines (19 loc) 321 B
'use strict'; var secret = require('prop-types/lib/ReactPropTypesSecret'); module.exports = function callValidator( validator, obj, propName, componentName, location, propFullName ) { return validator( obj.props, propName || '', componentName || '', location || '', propFullName || '', secret ); };