Returns true for Map instances
Returns true for Map instances, even if they are subclass instances or from other realms.
Map
import * as _ from 'radashi' _.isMap(new Map()) // true_.isMap(new (class extends Map {})()) // true