@annexe/map
v0.1.1
Published
All annexe map utility functions under namespace "map".
Downloads
17
Readme
@annexe/map
@annexe/map houses all annexe map methods under the map namespace.
Methods
The following are available methods under the map namespace:
- isMap
Usage
import map from '@annexe/map';
const myMap = new Map();
console.log(map.isMap(myMap)); // logs TRUE