UNPKG
hyj-ui
Version:
latest (1.0.1)
1.0.1
1.0.0
测试文件
hyj-ui
/
lib
/
utils
/
index.js
12 lines
(9 loc)
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
test
=
void
0
;
var
test =
function
test
(
) {
console
.
log
(
'test'
); };
exports
.
test
= test;