UNPKG
prohighlya
Version:
latest (1.0.0)
1.0.0
highly
prohighlya
/
index.js
7 lines
(6 loc)
•
101 B
JavaScript
View Raw
1
2
3
4
5
6
7
let modA=
require
(
'./mod/a'
) let
$=
require
(
'jquery'
);
module
.exports={
rnd:
modA,
jquery:
$
}