The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Search::Typesense::Types - Keep our type tools orgnanized

SYNOPSIS

    package Search::Typesense;

    use Search::Typesense::Types qw(
      ArrayRef
      Dict
      Enum
      HashRef
      InstanceOf
      Str
      compile
    );

VERSION

VERSION 0.03

DESCRIPTION

This is an internal package for Search::Typesense. It's probably overkill, but if we want to be more strict later, this gives us the basics.

TYPE LIBRARIES

We automatically include the types from the following:

EXTRAS

The following extra functions are exported on demand or if use the :all export tag.