UNPKG

haunted

Version:
9 lines (8 loc) 447 B
const phaseSymbol = Symbol("haunted.phase"); const hookSymbol = Symbol("haunted.hook"); const updateSymbol = Symbol("haunted.update"); const commitSymbol = Symbol("haunted.commit"); const effectsSymbol = Symbol("haunted.effects"); const layoutEffectsSymbol = Symbol("haunted.layoutEffects"); const contextEvent = "haunted.context"; export { phaseSymbol, hookSymbol, updateSymbol, commitSymbol, effectsSymbol, layoutEffectsSymbol, contextEvent, };