UNPKG
@zeyrbot/urbandictionary
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
A wrapper made for urban dictionary api
@zeyrbot/urbandictionary
/
dist
/
lib
/
urbandictionary.d.ts
7 lines
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
List
}
from
"./types"
;
export
declare
class
Client
{
private
readonly
url;
autocomplete
(
term
:
string
):
Promise
<
string
[]>;
define
(
term
:
string
):
Promise
<
List
>; }
//# sourceMappingURL=urbandictionary.d.ts.map