0.1.3 • Published 8 years ago

am-i-map v0.1.3

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
8 years ago

#am-i-map

A very very very simple module to check if an object is a ES6 Map instance.

How-to-use

const amImap = require('am-i-map');

var mp = new Map();

amImap(mp) // ==> true

API

amImap(object)

Return 'true' if object is 'object' is a Map instance.

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago