TREPLEval
Bun

type

repl.REPLEval

type REPLEval = (this: REPLServer, evalCmd: string, context: Context, file: string, cb: (err: Error | null, result: any) => void) => void