@kotori-bot/loader
TypeScript icon, indicating that this package has built-in type declarations

1.5.2-beta.1 • Public • Published

@kotori-bot/core

interface Context {
  readonly baseDir: Runner['baseDir'];
  readonly options: Runner['options'];
  readonly [Symbols.modules]: Runner[typeof Symbols.modules];
  loadAll(): void;
  watcher(): void;
  logger: Logger;
  /* Service */
  server: Server;
  db: Database;
  file: File;
}
  • Loader
  • Runner
  • Server
  • Database
  • File
  • log

Reference

Readme

Keywords

Package Sidebar

Install

npm i @kotori-bot/loader

Weekly Downloads

91

Version

1.5.2-beta.1

License

GPL-3.0

Unpacked Size

82.5 kB

Total Files

26

Last publish

Collaborators

  • biyuehu