mirror of
https://github.com/S2-/gitlit
synced 2025-08-03 21:00:04 +02:00
initial commit
This commit is contained in:
2
app/node_modules/form-data/lib/browser.js
generated
vendored
Normal file
2
app/node_modules/form-data/lib/browser.js
generated
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/* eslint-env browser */
|
||||
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|
Reference in New Issue
Block a user