module Dry::Logic::Predicates::Methods

def type?(type, input)

def type?(type, input)
  input.kind_of?(type)
end