Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function move(fromIndex: number, toIndex: number) { moveItem(items, fromIndex, toIndex) return self }
Utility functions and common patterns for MobX