UNPKG

@web-native-js/reflex

Version:

Reflex is a reactivity library.

12 lines (9 loc) 165 B
/** * @imports */ import Reflex from './index.js'; // As globals if (!window.WebNative) { window.WebNative = {}; } window.WebNative.Reflex = Reflex;