UNPKG

cuba-sheet

Version:

Google Sheets + SQL = JSON

10 lines (8 loc) 180 B
const fetch = require('isomorphic-unfetch') module.exports = function (url, method, headers, body) { return fetch(url, { method, headers: headers || {}, body }) }