voxable-labs/expando

View on GitHub
lib/expando/types.rb

Summary

Maintainability
A
0 mins
Test Coverage
# A thin wrapper around dry-types
module Expando
  module Types
    include Dry::Types.module
  end
end