class Rbs2ts::Converter::Types::BasesAny

Public Instance Methods

to_ts() click to toggle source
# File lib/rbs2ts/converter/types.rb, line 37
def to_ts
  'any'
end