Module

x/vue3_reactivity/mod.ts>makeMap

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

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.

Parameters

str: string
optional
expectsLowerCase: boolean

Returns

(key: string) => boolean
import makeMap
import { makeMap } from "https://dotland.deno.dev/x/vue3_reactivity@v1.0.0/mod.ts";