# frozen_string_literal: true

module Commonmarker
  module Constants
    BOOLS = [true, false].freeze
  end
end
