export default function clamp(value, lower, upper) {
  throw new Error('Not implemented');
}
Run tests to see results.