Module: Textus::Types

Defined in:
lib/textus/types.rb

Constant Summary collapse

RoleName =
Types::String.constrained(included_in: Textus::Role::NAMES)
Cursor =
Types::Integer.constrained(gteq: 0)
FormatName =
Types::String.constrained(
  included_in: %w[markdown json yaml text], # must match Format::STRATEGIES.keys
)