UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

9 lines 197 B
/** * A logger that does nothing */ export declare const noopLogger: { info: () => undefined; error: () => undefined; log: () => undefined; }; //# sourceMappingURL=noopLogger.d.ts.map