简体中文
Appearance
判断输入值是否是 Map。
Map
import { isMap } from 'rattail' isMap(new Map()) // return true isMap({}) // return false
value
any
boolean