UNPKG
@lonu/stc
Version:
latest (2.17.0)
2.17.0
2.16.4
2.16.3
2.16.2
2.16.1
2.15.0
2.14.5
2.14.4
2.14.3
2.14.2
2.14.1
2.14.0
2.13.1
2.13.0
2.12.0
2.11.0
2.10.1
2.10.0
2.9.0
2.8.2
2.8.1
2.8.0
A tool for converting OpenApi/Swagger/Apifox into code.
github.com/long-woo/stc
long-woo/stc
@lonu/stc
/
esm
/
deps
/
jsr.io
/
@std
/
yaml
/
1.2.0
/
_utils.d.ts
4 lines
•
254 B
TypeScript
View Raw
1
2
3
4
export
declare
function
isObject
(
value
:
unknown
): value is
Record
<
string
,
unknown
>;
export
declare
function
isNegativeZero
(
i
:
number
):
boolean
;
export
declare
function
isPlainObject
(
object
:
unknown
):
object
is
object
;
//# sourceMappingURL=_utils.d.ts.map