UNPKG
rn-web-cli
Version:
latest (1.0.1)
1.0.1
1.0.0
React Native for Web
rn-web-cli
/
tmpl
/
project
/
server
/
express
/
react
/
fetch
/
node-fetch.js
9 lines
(7 loc)
•
190 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/** * 名称:node服务器fetch * 日期:2016-11-09 * 描述:用于提供node端fetch */
import
fetch
from
'node-fetch'
;
export
default
require
(
'./wrap-fetch.js'
)(fetch);