//automatically generated, do not edit!
//run `node build` instead
module.exports = {
'ceil' : require('./math/ceil'),
'clamp' : require('./math/clamp'),
'countSteps' : require('./math/countSteps'),
'floor' : require('./math/floor'),
'inRange' : require('./math/inRange'),
'isNear' : require('./math/isNear'),
'lerp' : require('./math/lerp'),
'loop' : require('./math/loop'),
'map' : require('./math/map'),
'norm' : require('./math/norm'),
'overflow' : require('./math/overflow'),
'round' : require('./math/round')
};
# |
Change |
User |
Description |
Committed |
|
#1
|
23539 |
jenbottom |
Adding the basic code for ember test appk, created with 'ember new' command |
|
|