UNPKG
@luband/jstools
Version:
latest (1.5.0)
1.5.0
1.1.4
1.1.3
1.1.0
1.0.0
前端工具包
@luband/jstools
/
base
/
isObject.js
2 lines
(1 loc)
•
88 B
JavaScript
View Raw
1
2
import
t
from
"./tagTester.js"
;
function
e
(
e
){
return
t
(
"Object"
)(e)}
export
{e
as
default
};