deno.land / x / nano_jsx@v0.1.0 / state.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
/** Holds the state of the whole application. */export const _state: Map<string, any> = new Map()
/** Clears the state of the whole application. */export const _clearState = () => { _state.clear()}
nano_jsx

Version Info

Tagged at
8 months ago