UNPKG

infrastructure-components

Version:

Infrastructure-Components configure the infrastructure of your React-App as part of your React-Components.

6 lines (5 loc) 120 B
module.exports = { 'clamp': require('./clamp'), 'inRange': require('./inRange'), 'random': require('./random') };