brew/Library/Homebrew/sorbet/rbi/utils/notability.rbi

16 lines
195 B
Plaintext
Raw Normal View History

# typed: strict
module SharedAudits
def github(user, repo)
end
def gitlab(user, repo)
end
def bitbucket(user, repo)
end
def curl_output(*args, secrets: [], **options)
end
end