UNPKG

tastypie

Version:

Tastypie is a webservice API framework for Node.js based on Django's Tastypie Framework. It provides a convenient, yet powerful and highly customizable, abstraction for creating REST-style interfaces

21 lines (18 loc) 588 B
define(function(require){ //automatically generated, do not edit! //run `node build` instead return { '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') }; });