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.
Compiling, then running the following TypeScript module output
undefined:Of course, passing
tsifyto Browserify would throw aCannot find module 'undefined'error.