UNPKG

form-data

Version:

A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.

3 lines (2 loc) 101 B
/* eslint-env browser */ module.exports = typeof self == 'object' ? self.FormData : window.FormData;