Creates a new OwnedReactiveMap.
Optional
Initial entries for the reactive map.
A new instance of OwnedReactiveMap.
import { reactiveMap } from "@embra/reactivity";const map$ = reactiveMap([["key", "value"]]); Copy
import { reactiveMap } from "@embra/reactivity";const map$ = reactiveMap([["key", "value"]]);
Creates a new OwnedReactiveMap.