mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-07-01 19:47:18 +08:00
5 lines
120 B
Text
5 lines
120 B
Text
module.exports = {
|
|
'clamp': require('./clamp'),
|
|
'inRange': require('./inRange'),
|
|
'random': require('./random')
|
|
};
|