### Expected Behavior You can do something like: ``` > global // show global object > Number // prints "[Function: Number]" ``` ### Actual Behavior  ### Steps to reproduce the problem 1. Install `@types/node` 2. Start `ts-node` in REPL mode 3. Type "`global`" 4. Type "`Number`" ### Minimal reproduction https://github.com/panta82/ts-node-minimal-reproduction <!-- This link explains why we ask for a minimal reproduction. Thank you in advance! https://gist.github.com/Rich-Harris/88c5fc2ac6dc941b22e7996af05d70ff You can create a reproduction here: https://github.com/TypeStrong/ts-node-repros --> ### Specifications <!-- `ts-node -vv` will print ts-node, node, and TypeScript versions --> * ts-node v8.10.2 * node v14.4.0 * compiler v3.9.5 * Operating system and version: Linux 5.4.0-37-generic 18.04.1-Ubuntu