UNPKG
@narik/custom-validators
Version:
latest (13.0.0)
13.0.0
12.0.0
11.0.0
10.0.0
9.0.0
8.0.0
7.0.1
7.0.0
6.0.2
6.0.1
6.0.0
Framework to create angular application
narik.me
NarikMe/narik-custom-validators
@narik/custom-validators
/
lib
/
not-matching
/
validator.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
import
{
ValidatorFn
}
from
'@angular/forms'
;
export
declare
const
notMatching
:
(
p
:
string
|
RegExp
) =>
ValidatorFn
;