UNPKG
retard-npm
Version:
latest (0.1.1)
0.1.1
0.1.0
retard-npm
/
dist
/
npcCheck.d.ts
6 lines
(5 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
NpcResult
{
status
:
boolean
;
line
:
string
; }
export
declare
function
npcCheck
(
name
:
string
):
NpcResult
;