UNPKG
@foxify/http
Version:
latest (1.0.0-beta.3)
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
Foxify HTTP module
github.com/foxifyjs/foxify/tree/main/packages/http
foxifyjs/foxify
@foxify/http
/
.build
/
esm
/
constants
/
common.d.ts
5 lines
•
270 B
TypeScript
View Raw
1
2
3
4
5
export
declare
type
JsonT
=
JsonT
[] |
boolean
|
number
|
string
| { [
ket
:
string
]:
JsonT
; } |
null
|
undefined
;
export
declare
type
StringifyT
=
(
value
:
any
,
replacer
?: (key:
string
, value:
any
) =>
any
,
space
?:
number
) =>
string
;
//# sourceMappingURL=common.d.ts.map