Preparing search index...
The search index is not available
@marketto/codice-fiscale-utils
@marketto/codice-fiscale-utils
Validator
Class Validator
Index
Constructors
constructor
Properties
belfiore
Connector
parser
pattern
Methods
birth
Date
Place
Match
birth
Date
Place
Mismatch
birth
Place
Date
Match
birth
Place
Date
Mismatch
codice
Fiscale
is
Birth
Date
Invalid
is
Birth
Date
Valid
is
Birth
Place
Invalid
is
Birth
Place
Valid
is
First
Name
Invalid
is
First
Name
Valid
is
Gender
Invalid
is
Gender
Valid
is
Last
Name
Invalid
is
Last
Name
Valid
Constructors
constructor
new
Validator
(
belfioreConnector
)
:
Validator
Parameters
belfioreConnector
:
IBelfioreConnector
Returns
Validator
Properties
Private
Readonly
belfiore
Connector
belfiore
Connector
:
IBelfioreConnector
Private
parser
parser
:
Parser
Private
pattern
pattern
:
Pattern
Methods
birth
Date
Place
Match
birth
Date
Place
Match
(
birthDate
,
birthPlace
)
:
Promise
<
boolean
>
Parameters
birthDate
:
MultiFormatDate
birthPlace
:
string
|
BelfiorePlace
Returns
Promise
<
boolean
>
birth
Date
Place
Mismatch
birth
Date
Place
Mismatch
(
birthDate
,
birthPlace
)
:
Promise
<
boolean
>
Parameters
birthDate
:
MultiFormatDate
birthPlace
:
string
|
BelfiorePlace
Returns
Promise
<
boolean
>
birth
Place
Date
Match
birth
Place
Date
Match
(
birthPlace
,
birthDate
)
:
Promise
<
boolean
>
Parameters
birthPlace
:
string
|
BelfiorePlace
birthDate
:
MultiFormatDate
Returns
Promise
<
boolean
>
birth
Place
Date
Mismatch
birth
Place
Date
Mismatch
(
birthPlace
,
birthDate
)
:
Promise
<
boolean
>
Parameters
birthPlace
:
string
|
BelfiorePlace
birthDate
:
MultiFormatDate
Returns
Promise
<
boolean
>
codice
Fiscale
codice
Fiscale
(
codiceFiscale
)
:
CFMismatchValidator
Parameters
codiceFiscale
:
string
Returns
CFMismatchValidator
is
Birth
Date
Invalid
is
Birth
Date
Invalid
(
birthDate
)
:
boolean
Parameters
birthDate
:
MultiFormatDate
Returns
boolean
is
Birth
Date
Valid
is
Birth
Date
Valid
(
birthDate
)
:
boolean
Parameters
birthDate
:
MultiFormatDate
Returns
boolean
is
Birth
Place
Invalid
is
Birth
Place
Invalid
(
birthPlace
)
:
Promise
<
boolean
>
Parameters
birthPlace
:
string
|
BelfiorePlace
Returns
Promise
<
boolean
>
is
Birth
Place
Valid
is
Birth
Place
Valid
(
birthPlace
)
:
Promise
<
boolean
>
Parameters
birthPlace
:
string
|
BelfiorePlace
Returns
Promise
<
boolean
>
is
First
Name
Invalid
is
First
Name
Invalid
(
firstName
)
:
boolean
Parameters
firstName
:
string
Returns
boolean
is
First
Name
Valid
is
First
Name
Valid
(
firstName
)
:
boolean
Parameters
firstName
:
string
Returns
boolean
is
Gender
Invalid
is
Gender
Invalid
(
gender
)
:
boolean
Parameters
gender
:
string
Returns
boolean
is
Gender
Valid
is
Gender
Valid
(
gender
)
:
boolean
Parameters
gender
:
string
Returns
boolean
is
Last
Name
Invalid
is
Last
Name
Invalid
(
lastName
)
:
boolean
Parameters
lastName
:
string
Returns
boolean
is
Last
Name
Valid
is
Last
Name
Valid
(
lastName
)
:
boolean
Parameters
lastName
:
string
Returns
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
belfiore
Connector
parser
pattern
birth
Date
Place
Match
birth
Date
Place
Mismatch
birth
Place
Date
Match
birth
Place
Date
Mismatch
codice
Fiscale
is
Birth
Date
Invalid
is
Birth
Date
Valid
is
Birth
Place
Invalid
is
Birth
Place
Valid
is
First
Name
Invalid
is
First
Name
Valid
is
Gender
Invalid
is
Gender
Valid
is
Last
Name
Invalid
is
Last
Name
Valid
@marketto/codice-fiscale-utils
Loading...