UNPKG
@kamuridesu/whatframework
Version:
latest (0.1.59)
0.1.59
0.1.58-b
0.1.57-b
0.1.56-b
0.1.55-b
0.1.54-b
0.1.53-b
0.1.52-b
0.1.51-b
0.1.50-b
0.1.49-b
0.1.48-b
0.1.47-b
0.1.46-b
0.1.45-b
0.1.44-b
0.1.43-b
0.1.42-b
0.1.41-b
0.1.40-b
0.1.38-b
0.1.37-b
0.1.36-b
0.1.35-b
0.1.34-b
0.1.33-b
0.1.32-b
0.1.31-b
0.1.30-b
0.1.29-b
0.1.28-b
0.1.27-b
0.1.26-b
0.1.25-b
0.1.24-b
0.1.23-b
0.1.22-b
0.1.21-b
0.1.20-b
0.1.19-b
0.1.18-b
0.1.17-b
0.1.16-b
0.1.15-b
0.1.14-b2
0.1.14-b1
0.1.14-b
0.1.13-b
0.1.12-b
0.1.11-b
0.1.10-b
0.1.9-b
0.1.8-b
0.1.7-b
0.1.5-b
0.1.4-b
0.1.3-b
0.1.2-b
0.1.2-9.1b
A simple WhatsApp Bot Framework on top of Baileys
@kamuridesu/whatframework
/
libs
/
lang
/
language.d.ts
10 lines
(9 loc)
•
256 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
IBot
}
from
"../../@types/types.js"
;
import
Translations
from
"./interface.js"
;
declare
class
Language
{
readonly
language
:
string
;
private
readonly
TRANSLATIONS
;
constructor
(
bot
:
IBot
);
get
():
Translations
; }
export
{
Language
};