nyks
Version:
nodejs exupery style
19 lines (15 loc) • 603 B
JavaScript
;
module.exports = {
'love' : true, //nyks do provide love
'array' : require('./array/'),
'buffer' : require('./buffer/'),
'child_process' : /* istanbul ignore next */ require('./child_process/'),
'crypto' : require('./crypto/'),
'fs' : require('./fs/'),
'function' : require('./function/'),
'math' : require('./math/'),
'object' : require('./object/'),
'path' : require('./path/'),
'process' : require('./process/'),
'string' : require('./string/')
};