UNPKG
coz-tmpl
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Build-in templates for coz.
github.com/coz-repo/coz-tmpl
coz-repo/coz-tmpl
coz-tmpl
/
lib
/
index.js
12 lines
(10 loc)
•
299 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Build-in templates for coz. *
@module
coz
-tmpl */
"use strict"
;
module
.
exports
= {
get
indexJsBud
() {
return
require
(
'./index_js_bud'
); },
get
mochaTestJsBud
() {
return
require
(
'./mocha_test_js_bud'
); },
get
nodeunitTestJsBud
() {
return
require
(
'./nodeunit_test_js_bud'
); } };