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
);
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.
compileSee Type::Params
compile_namedSee Type::Params
slurpySee Types::Standard