UNPKG

node-web-mvc

Version:
5 lines (4 loc) 255 B
import ArrayUpdater from './ArrayUpdater'; import ObjectUpdater from './ObjectUpdater'; import MapUpdater from './MapUpdater'; export default function createHotUpdater<T>(data: any, now: any, old: any): ArrayUpdater<T> | MapUpdater<T> | ObjectUpdater<T>;