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

26 lines (21 loc) 652 B
/**@license * mout v1.0.0 | http://moutjs.com | MIT license */ //automatically generated, do not edit! //run `node build` instead module.exports = { 'VERSION' : '1.0.0', 'array' : require('./array'), 'collection' : require('./collection'), 'date' : require('./date'), 'function' : require('./function'), 'lang' : require('./lang'), 'math' : require('./math'), 'number' : require('./number'), 'object' : require('./object'), 'queryString' : require('./queryString'), 'random' : require('./random'), 'string' : require('./string'), 'time' : require('./time'), 'fn' : require('./function') };