| 1 | import {to, compareStringToProps, getEthersData, isTokenExpired, getContractAddress, getXMLItemText, getXMLItem, getJSONAbi, filterResultConverter, bnStringPrecision, getEthereumCallParams, getErc20EventParams} from './modules/ts_helpers.js'; |
| 2 | |
| 3 | window.Negotiator = (function(){ |
| 4 | let tsDebug = true; |
nothing calls this directly
no test coverage detected