UNPKG

101 BJavaScriptView Raw
1const Site = require('../models/Site');
2
3module.exports = (config) => {
4 return new Site(config);
5}