UNPKG
ismail
Version:
latest (1.2.0)
1.2.1-alpha
1.2.0
1.2.0-alpha
1.1.4
1.1.3
1.1.1
1.0.3
1.0.2
1.0.1
1.0.0
validity checks of the most commonly used services
github.com/ssdwho/ismail
ssdwho/ismail
ismail
/
dist
/
index.d.ts
7 lines
(6 loc)
•
147 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
ismailOutput {
valid
:
boolean
;
simplify
:
string
; }
declare
const
_default
:
(
data
:
any
) =>
ismailOutput;
export
= _default;