filer/src/index.js

8 lines
147 B
JavaScript
Raw Normal View History

2013-12-15 03:36:24 +00:00
define(function(require) {
return {
FileSystem: require('src/fs'),
Path: require('src/path'),
Errors: require('src/errors')
};
});