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

19 lines (16 loc) 554 B
define(function(require){ //automatically generated, do not edit! //run `node build` instead return { 'choice' : require('./random/choice'), 'guid' : require('./random/guid'), 'rand' : require('./random/rand'), 'randBit' : require('./random/randBit'), 'randBool' : require('./random/randBool'), 'randHex' : require('./random/randHex'), 'randInt' : require('./random/randInt'), 'randSign' : require('./random/randSign'), 'randString' : require('./random/randString'), 'random' : require('./random/random') }; });