UNPKG

n8n-nodes-wax

Version:

n8n Community Node Package for the WAX Blockchain

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