UNPKG

dumi

Version:

📖 Documentation Generator of React Component

4 lines • 195 B
export function areDumiDemoPropsEqual(prev, next) { // Ignore loader function identity while still detecting serializable demo updates. return JSON.stringify(prev) === JSON.stringify(next); }