brew/Library/Homebrew/service.rbi

8 lines
118 B
Plaintext
Raw Normal View History

# typed: strict
module Homebrew
class Service
def on_system_conditional(macos: nil, linux: nil); end
end
end