tangled
alpha
login
or
join now
kitten.sh
/
fetch-nodeshim
Mirror: A Node.js fetch shim using built-in Request, Response, and Headers (but without native fetch)
0
fork
atom
overview
issues
pulls
pipelines
fetch-nodeshim
/
src
/
index.ts
at
v0.2.0
77 B
view raw
1
export
{
fetch
,
fetch
as
default
}
from
'./fetch'
;
2
export
*
from
'./webstd'
;