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