Retrospring/lib/types.rb

8 lines
91 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require 'dry-types'
module Types
include Dry.Types()
end