UNPKG

eval-genius

Version:

eval-genius enables evals of arbitrary async code. It is generally intended for making multiple assertions on outputs which are generated nondeterministically. These assertions can be used to score algorithms on their effectiveness.

3 lines (2 loc) 71 B
import { Genius } from './types'; export declare const genius: Genius;