class Rbs2ts::Converter::Types::Integer

Public Instance Methods

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