True if the provided value is a Map
const { Map } = require('immutable')Map.isMap({}) // falseMap.isMap(Map()) // true
Generated using TypeDoc
True if the provided value is a Map