UNPKG

234 BJavaScriptView Raw
1/**
2 * Scaffold for mock projects.
3 * @module apeman-scff-mock
4 * @version 1.0.11
5 */
6
7"use strict";
8
9const extend = require('extend'),
10 scff = require('./scff');
11
12let lib = extend({}, scff);
13lib.scff = scff;
14
15module.exports = lib;
\No newline at end of file