mirror of
https://github.com/actions/setup-go.git
synced 2025-07-17 20:45:13 -06:00
2 lines
101 B
JavaScript
2 lines
101 B
JavaScript
/* eslint-env browser */
|
|
module.exports = typeof self == 'object' ? self.FormData : window.FormData;
|