6 lines
80 B
Ruby
6 lines
80 B
Ruby
# typed: strict
|
|
module HelpersInterface
|
|
extend T::Sig
|
|
extend T::Helpers
|
|
end
|