UNPKG

type-arango

Version:

ArangoDB Foxx decorators and utilities for TypeScript

7 lines (6 loc) 180 B
export declare class Logger { error(...arg: any): void; warn(...arg: any): false | void; info(...arg: any): false | void; debug(...arg: any): false | void; }