main
Last change
on this file since 65b6638 was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
428 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | exports.__esModule = true;
|
---|
| 4 | exports.Blob = void 0;
|
---|
| 5 | var _buffer = require("buffer");
|
---|
| 6 | var _undici = require("undici");
|
---|
| 7 | exports.fetch = _undici.fetch;
|
---|
| 8 | exports.Response = _undici.Response;
|
---|
| 9 | exports.Headers = _undici.Headers;
|
---|
| 10 | exports.Request = _undici.Request;
|
---|
| 11 | exports.FormData = _undici.FormData;
|
---|
| 12 | exports.File = _undici.File;
|
---|
| 13 | const BlobU = exports.Blob = typeof _undici.fetch === 'undefined' ? undefined : _buffer.Blob; |
---|
Note:
See
TracBrowser
for help on using the repository browser.