Module

x/vue3_reactivity/shared/makeMap.ts

vue3_reactivity is forck by @vue/reactivity for deno.
Latest
import * as mod from "https://dotland.deno.dev/x/vue3_reactivity@v1.0.0/shared/makeMap.ts";

Functions

Make a map and return a function for checking if a key is in that map. IMPORTANT: all calls of this function must be prefixed with /*#__PURE__*/ So that rollup can tree-shake them if necessary.