class Rbs2ts::Converter::Types::BasesBool

Public Instance Methods

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