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

1.0.2 • Public • Published

Installation

npm install --save @types/range-map

Summary

This package contains type definitions for range-map (https://github.com/ashleymarkfletcher/range-map#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/range-map.

index.d.ts

declare function rangeMap(
    input: number,
    inLow: number,
    inHigh: number,
    outLow: number,
    outHigh: number,
    clampValue?: boolean,
): number;

export = rangeMap;

Additional Details

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

Credits

These definitions were written by Dallin Skinner.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/range-map

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

2.94 kB

Total Files

5

Last publish

Collaborators

  • types