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

3.0.4 • Public • Published

Installation

npm install --save @types/is-odd

Summary

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

Details

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

index.d.ts

/**
 * Return true if a given number is odd or not.
 */
declare function isOdd(value: number | string): boolean;

export = isOdd;

Additional Details

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

Credits

These definitions were written by .

/@types/is-odd/

    Package Sidebar

    Install

    npm i @types/is-odd

    Weekly Downloads

    520

    Version

    3.0.4

    License

    MIT

    Unpacked Size

    2.58 kB

    Total Files

    5

    Last publish

    Collaborators

    • types