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
4405475d670d755f6ddb76e098674a1ef5c7f672
77 B
view raw
1
export
{
fetch
,
fetch
as
default
}
from
'./fetch'
;
2
export
*
from
'./webstd'
;