mirror of
https://gitea.com/actions/setup-maven.git
synced 2025-12-13 11:57:03 +00:00
chore: update dependencies
This commit is contained in:
5
node_modules/underscore/modules/isMap.js
generated
vendored
Normal file
5
node_modules/underscore/modules/isMap.js
generated
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import tagTester from './_tagTester.js';
|
||||
import { isIE11 } from './_stringTagBug.js';
|
||||
import { ie11fingerprint, mapMethods } from './_methodFingerprint.js';
|
||||
|
||||
export default isIE11 ? ie11fingerprint(mapMethods) : tagTester('Map');
|
||||
Reference in New Issue
Block a user