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
/
python
/
target.d.ts
3 lines
(2 loc)
•
82 B
TypeScript
View Raw
1
2
3
import
type
{
Target
}
from
'../targets.js'
;
export
declare
const
python
:
Target
;