3.0.4 • Published 6 months ago

@types/is-odd v3.0.4

Weekly downloads
2,975
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for is-odd 3.0
// Project: https://github.com/jonschlinkert/is-odd
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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

export = isOdd;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:34:53 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

3.0.4

6 months ago

3.0.3

7 months ago

3.0.2

8 months ago

3.0.1

2 years ago

3.0.0

5 years ago