Package Exports
- clamp
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clamp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
clamp 
Clamp a value between two other values. It's as simple as modules come - saving keystrokes because I've had to write this function too many times.
Usage
clamp(value, a, b)
Returns value
, if it is between a
and b
. Otherwise, returns the number
it's gone past.
License
MIT. See LICENSE.md for details.