UNPKG
@tripetto/block-email
Version:
latest (6.0.3)
6.0.3
6.0.2
6.0.1
6.0.0
Email block for Tripetto.
gitlab.com/tripetto/blocks/email
@tripetto/block-email
/
runner
/
mode.d.ts
8 lines
(7 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
TMode = |
"address"
|
"not-address"
|
"domain"
|
"not-domain"
|
"defined"
|
"undefined"
;