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

1.0.2 • Public • Published

Installation

npm install --save @types/is-number-like

Summary

This package contains type definitions for is-number-like (https://github.com/vigour-io/is-number-like#readme).

Details

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

index.d.ts

/**
 * Checks whether provided parameter looks like a number
 * @param val the value to check
 * @returns `true` if `val` looks like a number, `false` otherwise
 */
declare function isNumberLike(val: any): boolean;

export = isNumberLike;

Additional Details

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

Credits

These definitions were written by Florian Keller.

/@types/is-number-like/

    Package Sidebar

    Install

    npm i @types/is-number-like

    Weekly Downloads

    571

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.07 kB

    Total Files

    5

    Last publish

    Collaborators

    • types