module TSCheck::RSpec::Matchers

Public Instance Methods

match_ts_type(type, options = {}) click to toggle source
# File lib/tscheck/rspec/matchers.rb, line 7
def match_ts_type(type, options = {})
  TSCheck::RSpec::Matchers::TSTypeMatcher.new(type, options)
end