UNPKG

es-toolkit

Version:

A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations.

8 lines (5 loc) 206 B
import { getTag } from '../_internal/getTag.mjs'; function isArguments(value) { return value !== null && typeof value === 'object' && getTag(value) === '[object Arguments]'; } export { isArguments };