compound-ex4
Version:
Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)
18 lines (15 loc) • 421 B
JavaScript
;
module.exports = {
global: require('./global'),
array: require('./array'),
boolean: require('./boolean'),
date: require('./date'),
error: require('./error'),
function: require('./function'),
iterable: require('./iterable'),
math: require('./math'),
number: require('./number'),
object: require('./object'),
regExp: require('./reg-exp'),
string: require('./string')
};