UNPKG

@lando/platformsh

Version:

A Lando plugin that provides a tight integration with Platform.sh.

12 lines (9 loc) 267 B
const fetchNode = require('./node-ponyfill') const fetch = fetchNode.fetch.bind({}) fetch.polyfill = true if (!global.fetch) { global.fetch = fetch global.Response = fetchNode.Response global.Headers = fetchNode.Headers global.Request = fetchNode.Request }