UNPKG
@smeijer/ky
Version:
latest (1.8.2)
1.8.2
1.8.1
1.7.2
1.7.2-pre.1
1.7.2-pre
0.33.3
0.33.3-pre.3
0.33.3-pre.2
0.33.3-pre.1
Tiny and elegant HTTP client based on the Fetch API
github.com/smeijer/ky
smeijer/ky
@smeijer/ky
/
dist
/
commonjs
/
utils
/
is.js
7 lines
•
293 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
isObject
=
void
0
;
// eslint-disable-next-line @typescript-eslint/ban-types
const
isObject
= (
value
) => value !==
null
&&
typeof
value ===
'object'
;
exports
.
isObject
= isObject;
//# sourceMappingURL=is.js.map