mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-13 05:01:03 +00:00
6 lines
120 B
JavaScript
6 lines
120 B
JavaScript
module.exports = {
|
|
'clamp': require('./clamp'),
|
|
'inRange': require('./inRange'),
|
|
'random': require('./random')
|
|
};
|