UNPKG

218 BJavaScriptView Raw
1/**
2* Scaffold for React projects.
3* @module apeman-scff-react
4* @version 2.0.54
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