Sha256: 705d4601dfa862f6e0fef08ccf95b44403f77b22af4a9983dd5fe4f6ce9ead4c

Contents?: true

Size: 201 Bytes

Versions: 2

Compression:

Stored size: 201 Bytes

Contents

# frozen_string_literal: true

require "dry/types"

module PuppeteerEntity
  module Types
    include Dry.Types

    URL = Strict::String.constrained(format: URI::DEFAULT_PARSER.make_regexp)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
puppeteer_entity-0.1.1 lib/puppeteer_entity/types.rb
puppeteer_entity-0.1.0 lib/puppeteer_entity/types.rb