@types/is-arguments
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/is-arguments

Summary

This package contains type definitions for is-arguments (https://github.com/ljharb/is-arguments).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-arguments.

index.d.ts

export = isArguments;

/**
 * This function determines whether `value` is an `arguments` object.
 *
 * **Caveats:** If you have modified an actual `arguments` object by giving
 * it a `Symbol.toStringTag` property, then this function will return `false`.
 */
declare function isArguments(value: unknown): value is IArguments;

Additional Details

  • Last updated: Tue, 07 Nov 2023 03:09:37 GMT
  • Dependencies: none

Credits

These definitions were written by Jordan Harband, and ExE Boss.

/@types/is-arguments/

    Package Sidebar

    Install

    npm i @types/is-arguments

    Weekly Downloads

    14,234

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.4 kB

    Total Files

    5

    Last publish

    Collaborators

    • types