UNPKG

xero-oauth2.0

Version:

Middleware application to connect Xero by using oAUth2.0 The Code Wok Flow method

4 lines 191 B
// Returns true if this is a host that closes *before* it ends?!?! module.exports.isAnEarlyCloseHost = function (hostName) { return hostName && hostName.match(".*google(apis)?.com$") }