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