UNPKG

@arizeai/phoenix-client

Version:

A client for the Phoenix API

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