mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 08:37:49 +00:00
use extension resolution (#4163)
This commit is contained in:
committed by
John-David Dalton
parent
f4ca396a79
commit
6248f8a658
@@ -1,6 +1,6 @@
|
||||
import getTag from './.internal/getTag.js'
|
||||
import nodeTypes from './.internal/nodeTypes.js'
|
||||
import isObjectLike from './isObjectLike'
|
||||
import isObjectLike from './isObjectLike.js'
|
||||
|
||||
/** Used to match `toStringTag` values of typed arrays. */
|
||||
const reTypedTag = /^\[object (?:Float(?:32|64)|(?:Int|Uint)(?:8|16|32)|Uint8Clamped)\]$/
|
||||
|
||||
Reference in New Issue
Block a user