openaustralia/planningalerts

View on GitHub
sorbet/rbi/shims/api_howto_helper.rbi

Summary

Maintainability
Test Coverage
# typed: true

module ApiHowtoHelper
  sig { returns(T.nilable(User)) }
  def current_user; end
end