Compiling, then running the following TypeScript module output `undefined`: ```ts import tsify from "tsify"; console.log(tsify); // undefined ``` Of course, passing `tsify` to Browserify would throw a `Cannot find module 'undefined'` error.