/
Dante
/
node-core
Обзор
Документация
Войти
/
Dante
/
node-core
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
node_modules/lib-git/build/index.d.ts
13 строк
326 B
Александр Данилюк
add
24 сен 2024, 12:59
24 сен 2024, 12:59
9eaeea8
Код
Авторство
О чём код?
import EventEmitter from "node:events"; export declare class Module { private bot; onInit(config: { telegramBotToken: string; }, eventBus: EventEmitter): Promise<void>; run(): Promise<void>; info(): Promise<{ name: string; version: string; }>; onDestroy(): Promise<void>; }