fix: added support for publishing both cjs and esm

This commit is contained in:
StevanFreeborn
2023-02-04 00:25:08 -06:00
parent 3af7368e44
commit 081fb73eaa
3 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { type Readable } from 'stream';
import FormData = require('form-data');
import FormData from 'form-data';
/**
* @class SaveFileRequest - Represents a request to save a file.