UNPKG

@dotenvx/dotenvx-pro

Version:
6 lines (4 loc) 91 B
function isGithub (url) { return url.includes('github.com') } module.exports = isGithub