mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-06 05:28:25 -04:00
6 lines
243 B
JavaScript
6 lines
243 B
JavaScript
|
|
import tagTester from './_tagTester.js';
|
||
|
|
import { isIE11 } from './_stringTagBug.js';
|
||
|
|
import { ie11fingerprint, weakMapMethods } from './_methodFingerprint.js';
|
||
|
|
|
||
|
|
export default isIE11 ? ie11fingerprint(weakMapMethods) : tagTester('WeakMap');
|