1.2.3 • Published 6 months ago

@types/nearest-periodic-value v1.2.3

Weekly downloads
143
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/nearest-periodic-value

Summary

This package contains type definitions for nearest-periodic-value (https://github.com/jmeas/nearest-periodic-value.js).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nearest-periodic-value.

index.d.ts

// Type definitions for nearest-periodic-value 1.2
// Project: https://github.com/jmeas/nearest-periodic-value.js
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare function nearestPeriodicValue(point: number, value: number, period: number): number;

export = nearestPeriodicValue;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:35:10 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.2.3

6 months ago

1.2.2

7 months ago

1.2.1

2 years ago

1.2.0

4 years ago