UNPKG

xatto

Version:

xatto is View Layer Library based on Function and Context using VirtualDOM. This is developed by forking from jorgebucaran/superfine.

7 lines (5 loc) 210 B
import { mutate } from './mutate' export function mutateProvider (getContext, setContext, scheduleRender) { return (context, path = '') => mutate(getContext, setContext, scheduleRender, context, path) }