UNPKG

sdk-node-apis-efi

Version:

Module for integration with Efi Bank API

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