type alias REPLEval
Usage in Deno
```typescript import { type REPLEval } from "node:node__repl.d.ts"; ```> [!WARNING] Deno compatibility
> This symbol is not supported.
(this: REPLServer,evalCmd: string,context: Context,file: string,cb: (err: Error | null,result: any,) => void,) => void