UNPKG
http-summoner
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Http service
gitlab.com/grizzzly/summoner
http-summoner
/
lib
/
summoner
/
index.d.ts
6 lines
(5 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
HttpSummoner
}
from
'./_summoner'
;
export
*
from
'./_summoner'
;
export
*
from
'./_types'
;
declare
const
summoner
:
HttpSummoner
;
export
default
summoner;