Skip to main content
Module

x/localekit/mod.ts>Is.isMap

A translation plugin for Deno
Go to Latest
variable Is.isMap
import { Is } from "https://deno.land/x/localekit@2.0.2/mod.ts";
const { isMap } = Is;

Checks if a value is a Map.

type

(value: unknown) => boolean