You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
148 B

  1. import clamp from './clamp.js';
  2. import inRange from './inRange.js';
  3. import random from './random.js';
  4. export default {
  5. clamp, inRange, random
  6. };