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