UNPKG

@nekolab/hanime

Version:

Fast and efficient hanime.tv API wrapper written in TypeScript.

14 lines 275 B
/** * Logging configuration. */ export interface LoggingConfig { /** * Whether logging is enabled. */ enabled: boolean; /** * Logging level. */ level: 'debug' | 'info' | 'warn' | 'error' | 'fatal'; } //# sourceMappingURL=logging.d.ts.map