UNPKG
tff-tailor
Version:
latest (1.6.12)
1.6.12
1.6.11
1.6.10
1.6.9
tailor for toursforfun frontend
github.com/icaife/tailor
icaife/tailor
tff-tailor
/
lib
/
util
/
index.js
13 lines
(11 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** *
@description
index for util *
@author
Leon.Cai */
"use strict"
;
const
util =
require
(
"./util"
);
const
log =
require
(
"./log"
);
module
.
exports
= { log, git };