Ghost/ghost/api-framework/lib/utils/index.js

6 lines
85 B
JavaScript
Raw Normal View History

module.exports = {
get options() {
return require('./options');
}
};