feat: Add Be and tbd skill, also added Roadmap file

This commit is contained in:
2026-05-10 16:32:12 -04:00
parent 3500ade13f
commit 0bb8885802
29587 changed files with 10611695 additions and 0 deletions

33
Skills/@be/node_modules/jibo-log/index.d.ts generated vendored Normal file
View File

@@ -0,0 +1,33 @@
import {
ConsoleConfig,
FileConfig,
OutputHandler,
SyslogConfig,
} from './lib/dts/output-handlers';
import {
Level,
LevelPerOutput,
LoggingConfig,
Output,
OutputPerNamespace,
OutputsConfig,
} from './lib/dts/types';
import {Log as LogImport} from './lib/dts';
import LogOutputs from './lib/dts/LogOutputs';
declare class Log extends LogImport {}
export {
ConsoleConfig,
FileConfig,
Level,
LevelPerOutput,
Log,
LoggingConfig,
LogOutputs,
Output,
OutputHandler,
OutputPerNamespace,
OutputsConfig,
SyslogConfig,
};