class Rbs2ts::Converter::Types::Bool

Public Instance Methods

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