Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
4 lines
186 B
JavaScript
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$")
|
|
} |