NAME
Search::Typesense::Types - Types and type tools for Search::Typesense
VERSION
version 0.08
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.
compile
See Type::Params
compile_named
See Type::Params
slurpy
See Types::Standard
AUTHOR
Curtis "Ovid" Poe <ovid@allaroundtheworld.fr>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by Curtis "Ovid" Poe.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.