MultipleValuesPatternMore

Description

Wrapper for add more values to a MultipleValuesPattern.

Methods

and( ...values: (string | number | boolean | Date | Resource | Literal)[] ): MultipleValuesPatternMore

Parameters

NameTypeDescription
(string | number | boolean | Date | Resource | Literal)[]

MultipleValuesPatternMore

Description

Constant with utils for MultipleValuesPatternMore objects.

Methods

createFrom<C extends Container<ValuesToken>, O extends object>( container: C, object: O ): MultipleValuesPatternMore

Factory function that allows to crete a MultipleValuesPatternMore from the object provided.

Parameters

NameTypeDescription
C

The related container with the data for the MultipleValuesPatternMore statement.

O

The base base from where to create the MultipleValuesPatternMore statement.

Returns

The MultipleValuesPatternMore statement created from the object provided.