UNPKG

nano-jsx

Version:

SSR first, lightweight 1kB JSX library.

7 lines 223 B
/** Holds the state of the whole application. */ export const _state = new Map(); /** Clears the state of the whole application. */ export const _clearState = () => { _state.clear(); }; //# sourceMappingURL=state.js.map