UNPKG

fetch-addons

Version:

A collection of addons for the fetch API

7 lines (6 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getRequest = getRequest; function getRequest(input, init) { return input instanceof Request ? input : new Request(input, init); }