UNPKG

scu-inspector

Version:

Displaying props changes of shouldComponentUpdate

8 lines (6 loc) 189 B
import { isExist } from './utils' export default function applyCondition (include, exclude) { return (key) => isExist(include) ? include.includes(key) : !exclude.includes(key) }