Your IP : 216.73.216.17


Current Path : /etc/kibana/node_modules/es6-map/
Upload File :
Current File : //etc/kibana/node_modules/es6-map/valid-map.js

'use strict';

var isMap = require('./is-map');

module.exports = function (x) {
	if (!isMap(x)) throw new TypeError(x + " is not a Map");
	return x;
};