import typeOf = require('typeof'); typeOf(undefined); typeOf(null); typeOf(1); typeOf('string'); typeOf(() => {}); typeOf({});