UNPKG
httpsnippet-lite
Version:
latest (3.0.5)
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
HTTP Request snippet generator for *most* languages
github.com/P0lip/httpsnippet
P0lip/httpsnippet
httpsnippet-lite
/
dist
/
types
/
targets
/
php
/
helpers.d.ts
3 lines
(2 loc)
•
148 B
TypeScript
View Raw
1
2
3
export
declare
const
convertType
:
(
obj
:
any
[] |
any
,
indent
?:
string
,
lastIndent
?:
string
) =>
any
;
export
declare
const
supportedMethods
:
string
[];