type, 类型断言 aka broken的`typeof` 类型类型断言 aka broken的typeof 。示例var type = require('type');var obj = new Date;if (type(obj) == 'date') ... AP