Your IP : 216.73.216.79


Current Path : /var/www/html/reddsis/node_modules/underscore/modules/
Upload File :
Current File : /var/www/html/reddsis/node_modules/underscore/modules/isMap.js

import tagTester from './_tagTester.js';
import { isIE11 } from './_stringTagBug.js';
import { ie11fingerprint, mapMethods }  from './_methodFingerprint.js';

export default isIE11 ? ie11fingerprint(mapMethods) : tagTester('Map');