UNPKG

299 BJavaScriptView Raw
1/**
2 * Build-in templates for coz.
3 * @module coz-tmpl
4 */
5
6"use strict";
7
8module.exports = {
9 get indexJsBud() { return require('./index_js_bud'); },
10 get mochaTestJsBud() { return require('./mocha_test_js_bud'); },
11 get nodeunitTestJsBud() { return require('./nodeunit_test_js_bud'); }
12};
\No newline at end of file