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) 183 B
import { PROPS } from './vNodeAttributeNames' export const NODE = 'node' export const LIFECYCLE = 'lifecycle' export const PREV = 'prev' export const PREV_PROPS = `${PREV}.${PROPS}`