UNPKG

jsmodern

Version:

An extension to existing JavaScript, influenced by other great languages such as Rust, Dart, Java, Golang, etc.

8 lines 230 B
export const isMap = { isStatic: true, label: 'isMap', fn: function mapIsMap(x) { return null == x ? false : 'object' === typeof (x) && 'Map' === x.constructor.name; }, }; //# sourceMappingURL=is-map.js.map