UNPKG
@ch1/xhr
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
Simple XHR Wrapper
github.com/bennett000/ch1-xhr
bennett000/ch1-xhr
@ch1/xhr
/
src
/
index.ts
3 lines
(2 loc)
•
59 B
text/typescript
View Raw
1
2
3
export
*
from
'./interfaces'
;
export
{
Xhr
}
from
'./xhr'
;