@types/contained-periodic-values
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Installation

npm install --save @types/contained-periodic-values

Summary

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

Details

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

index.d.ts

/**
 * Find how many values of a discrete periodic function contained in an interval.
 */
declare function containedPeriodicValues(start: number, end: number, value: number, period: number): number;

export = containedPeriodicValues;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by .

/@types/contained-periodic-values/

    Package Sidebar

    Install

    npm i @types/contained-periodic-values

    Weekly Downloads

    880

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    2.95 kB

    Total Files

    5

    Last publish

    Collaborators

    • types