UNPKG
@uuki/svg2font
Version:
latest (0.1.1)
0.1.1
0.1.0
0.0.9
0.0.8
0.0.6
0.0.4
0.0.3
0.0.2
Webfont generater based on jaywcjlove/svgtofont
github.com/uuki/svg2font
uuki/svg2font
@uuki/svg2font
/
lib
/
utils
/
is-object.js
3 lines
•
141 B
JavaScript
View Raw
1
2
3
"use strict"
;
module
.
exports
=
(
x
) =>
x !==
null
&& (
typeof
x ===
'object'
||
typeof
x ===
'function'
);
//# sourceMappingURL=is-object.js.map