UNPKG

@arizeai/phoenix-evals

Version:
3 lines (2 loc) 108 B
// eslint-disable-next-line @typescript-eslint/no-explicit-any export type AnyFn = (...args: any[]) => any;