UNPKG

monday-sdk-js

Version:

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/mondaycom/monday-sdk-js/blob/master/LICENSE)   [![npm version](https://img.shields.io/npm/v/monday-sdk-js.svg?style=flat)](https://www.npmjs.com/package/monday-

11 lines (8 loc) 200 B
const fetch = require("node-fetch"); // for tests - to allow stubbing node-fetch with sinon function nodeFetch(url, options = {}) { return fetch(url, options); } module.exports = { nodeFetch };