UNPKG

213 BJavaScriptView Raw
1/**
2* Demo of scaffold project.
3* @module apeman-demo-scff
4* @version 5.0.0
5*/
6
7'use strict'
8
9const scff = require('./scff')
10
11let lib = Object.assign({}, scff)
12
13Object.assign(lib, {
14 scff
15})
16
17module.exports = lib
\No newline at end of file