Files
ranked-eqao/node_modules/oauth/lib/_utils.js
T
2026-07-11 11:27:43 -04:00

4 lines
186 B
JavaScript

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