UNPKG

taggedjs

Version:

tagged template reactive html

7 lines 442 B
import { setUseMemory } from './setUseMemory.object.js'; /** Used for variables that need to remain the same variable during render passes. If defaultValue is a function it is called only once, its return value is first state, and let value can changed */ export function letState(defaultValue) { const config = setUseMemory.stateConfig; return config.handlers.letHandler(defaultValue); } //# sourceMappingURL=letState.function.js.map