@hosoft/restful-api-framework
Version:
Base framework of the headless cms HoServer provided by http://helloreact.cn
18 lines (16 loc) • 330 B
JavaScript
/**
* HoServer API Server Ver 2.0
* Copyright http://hos.helloreact.cn
*
* create: 2018/11/15
**/
const Common = require('./common')
const fileUtils = require('./file-utils')
const getLogger = require('./winston-log')
const sleep = require('./sleep')
module.exports = {
Common,
fileUtils,
sleep,
getLogger
}