UNPKG

59 BJavaScriptView Raw
1const isMap = (x) => x instanceof Map;
2export {
3 isMap
4};