MCPcopy Index your code
hub / github.com/tinyplex/tinybase / isMap

Function isMap

src/common/map.ts:13–14  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

11const map = Map;
12
13const isMap = (value: unknown): value is Map<unknown, unknown> =>
14 isInstanceOf(value, map);
15
16export const mapNew = /* @__PURE__ */ <Key, Value>(
17 entries?: [Key, Value][],

Callers 1

mapEqualsFunction · 0.85

Calls 1

isInstanceOfFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…