source: node_modules/swagger-client/lib/helpers/fetch-ponyfill-undici.node.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 428 bytes
Line 
1"use strict";
2
3exports.__esModule = true;
4exports.Blob = void 0;
5var _buffer = require("buffer");
6var _undici = require("undici");
7exports.fetch = _undici.fetch;
8exports.Response = _undici.Response;
9exports.Headers = _undici.Headers;
10exports.Request = _undici.Request;
11exports.FormData = _undici.FormData;
12exports.File = _undici.File;
13const BlobU = exports.Blob = typeof _undici.fetch === 'undefined' ? undefined : _buffer.Blob;
Note: See TracBrowser for help on using the repository browser.