UNPKG
retard-npm
Version:
latest (0.1.1)
0.1.1
0.1.0
retard-npm
/
dist
/
isBozo.d.ts
8 lines
(7 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
interface
BozoResult
{
status
:
boolean
;
confidence
:
string
;
reason
:
string
;
verdict
:
string
; }
export
declare
function
isBozo
(
name
:
string
):
BozoResult
;