UNPKG
@ngxpert/input-otp
Version:
beta (2.0.0-beta.2)
latest (3.0.0)
3.0.0
2.0.0
2.0.0-beta.2
2.0.0-beta.1
1.0.3
1.0.2
1.0.1
1.0.1-beta.1
One-time password input component for Angular.
github.com/ngxpert/input-otp
ngxpert/input-otp
@ngxpert/input-otp
/
lib
/
regexp.d.ts
4 lines
(3 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
export
declare
const
REGEXP_ONLY_DIGITS
=
"^\\d+$"
;
export
declare
const
REGEXP_ONLY_CHARS
=
"^[a-zA-Z]+$"
;
export
declare
const
REGEXP_ONLY_DIGITS_AND_CHARS
=
"^[a-zA-Z0-9]+$"
;