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
/
helper
/
index.js
7 lines
(5 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
const
hotClient =
require
(
"./hot-client"
);
module
.
exports
= {
"hot-client"
: hotClient };