UNPKG

form-data-lite

Version:

Module to submit forms and file uploads to other web applications which uses just the standard mime types.

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